Which react-redux-thunk boilerplate do you recommend?

kayut

Kayut

Posted on March 5, 2019

Which react-redux-thunk boilerplate do you recommend?

creact-create-app is a great starting point for creating a react app, but once you need to add react-redux to your project, you have to write a lot of code and repeat this in each project again and again.

I wish there was a create-react-app command that could create an app which includes also the react-redux parts such as a store file, a reducer folder with an index.js in it, action, thunk etc.

Or is there any good boilerplate, which I can use? Which boilerplate do you recommend?

What do you do to minimise writing repetitive code in a react-redux project?

💖 💪 🙅 🚩
kayut
Kayut

Posted on March 5, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related