DEV Community

Cover image for Typescript, react, redux, thunk, and material-ui template

Typescript, react, redux, thunk, and material-ui template

Jacob Baker on March 11, 2020

Over the past day I've revisited the skeleton application that I use as a bootstrap when creating projects. The last time I wrote one with this tec...
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.