I'm trying to embed react-admin into another redux application. The docs outline how to do this here. However, the main app located here uses configureStore
rather than createStore
. Moreover, createStore
in the react-admin
docs passes in state i.e., the store appears to be dynamically initialized every render based on state variables. What's the best way to integrate react-admin in this case?
Asked
Active
Viewed 84 times
1

pandichef
- 706
- 9
- 11
-
Where does createStore uses local state in the react-admin docs? The example you linked doesn't seem to do that. – François Zaninotto Aug 03 '21 at 08:04