I just finished my project on React. This was a web based project where I used MERN boilerplate. For state management I used Redux. Now I would like to build the same project for mobile devices using React-Native. Is there any good boilerplate (similar to MERN) available which will allow me to reuse my all Redux code? I found Ignite Framework but they are using Redux-Saga for state management
Sriraman
Software Engineer @ LifeOn24
Checkout Snowflake. It also uses
Reduxfor state management.