|
|
|
|
|
by lakpan
844 days ago
|
|
I’m neither a React nor Redux developer, but I work on React codebases. The code I see for simple changes is super verbose compared to what it would look like with simple hooks. I don’t know if it’s just my coworkers that suck at it. |
|
That said, we specifically created Redux Toolkit to drastically simplify standard Redux usage patterns. Sadly, despite it being the default way to write Redux apps for several years now, there's still a lot of legacy Redux code that isn't following our recommended patterns.
See our "Migrating to Modern Redux" guide for details:
- https://redux.js.org/usage/migrating-to-modern-redux
as well as the "Style Guide" best practices page:
- https://redux.js.org/style-guide/