DEV Community

Discussion on: How to get better and easier state management with Redux Toolkit

Collapse
 
tanth1993 profile image
tanth1993

many thanks. I just try to use redux toolkit with TS. now I know how to create a custom type for TS
in my real project, I use MobX for state management. it, truely, is very straightforward by using @action and @observable and you can update the state

Collapse
 
dastasoft profile image
dastasoft

Glad you found it useful 😃 I've heard good things about MobX but never looked into it, I'll give it a try soon.