mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 865 forks source link

Converting to Rematch #215

Closed ealemda2 closed 5 years ago

ealemda2 commented 5 years ago

Has there been any consideration to convert the Redux store in the project to Rematch?

In my experience this reduces the amount of boilerplate significantly and improves the workflow since it collects state, reducers, async actions & action creators in a single place (models). I'll be trying it myself and believe it would be helpful especially when using the same store to build both a mobile and a web app.

Thoughts?

Very useful boilerplate, by the way. Thanks!

mcnamee commented 5 years ago

Conversation continued over here in the PR: https://github.com/mcnamee/react-native-starter-kit/pull/216