|
|
|
|
|
by theteapot
1644 days ago
|
|
> Kudos on Redux Toolkit! Anyone who complains about boilerplate with Redux has obviously not tried the Toolkit version. You still have to understand Redux's weird boiler plate concepts - actions, action creator functions, reducers, thunks, ... - to understand and use Redux toolkit. Redux is broken from the bottom up. |
|
Note that I would never (again) use thunk - using such side effects leads to unmaintainable code, at least in my experience.