HenrikJoreteg / redux-bundler

Compose a Redux store out of smaller bundles of functionality.
https://reduxbundler.com
583 stars 46 forks source link

Using with react native #53

Closed learnyst closed 5 years ago

learnyst commented 5 years ago

Hi,

We are using redux-bundler with react native. We have the below queries:

  1. What is the recommended pattern to use redux-persist with redux-bundler?
  2. How can we use redux-logger with redux-bundler?
  3. In redux-bundler, reactors will be triggered when there is action. In web this is done by listening to route changes. How this can be implemented with react-native?
learnyst commented 5 years ago

@HenrikJoreteg can you please suggest