Rasmus Olsson

Redux Toolkit Typescript Example

November 30, 2020

In my previous post, I wrote about the new standard of using Redux Toolkit and the beauty it gives on integrating the Redux guidelines into a framework.

In Redux Toolkit the last section, advanced tutorials, you can find how to use Redux Toolkit with TypeScript.

https://redux-toolkit.js.org/tutorials/advanced-tutorial

It’s a comprehensive tutorial and covers a lot of details so I thought I could share my experience through a GitHub repository example which puts a lot of pieces together in a basic working application.

Feel free to have a look and if you have any ideas, please let me know in a pull request.

https://github.com/raholsn/redux-toolkit-typescript-example

Happy coding!

please share