Refactor TodoMVC with Redux Starter Kit
‐ 9 min read
Redux Starter Kit is a toolset to make clean and readable code when working with React and Redux. See an example of how you can refactor an existing application getting all the profit from Redux Starter Kit.
I've been working with [React](https://reactjs.org/) more than two years now. I started in a quite big project with a lot of work already done that was using [Redux](https://redux.js.org/). I was a b...