DEV Community

Discussion on: Typescript, react, redux, thunk, and material-ui template

Collapse
 
markerikson profile image
Mark Erikson

Note that we now have an official Redux+TypeScript template for Create-React-App, which is built around our official Redux Toolkit package.

You might want to consider forking that template and adding whatever additional styling you want on top of it.

Collapse
 
thatonejakeb profile image
Jacob Baker

Considered and done. Redux Toolkit is such a nice way of working.

Collapse
 
thatonejakeb profile image
Jacob Baker

Ooo I didn’t know that existed, thanks! Looks very different to how I’m used to writing, particularly with a lot of the boilerplate cut out which is nice.