DEV Community

Discussion on: React Redux with TypeScript

Collapse
 
markerikson profile image
Mark Erikson

Hi, I'm a Redux maintainer. I'd specifically encourage you to try using our new official Redux Toolkit package, which includes utilities to simplify several common Redux use cases, including store setup, defining reducers, immutable update logic, and even creating entire "slices" of state at once.

As part of that, the Redux Toolkit "Advanced Tutorial" docs page shows how to use RTK with TypeScript together with our new React-Redux hooks API.

Collapse
 
renatobentorocha profile image
Renato Rocha

Hi Mark, thanks a lot by the tip. I going to read about...