Y
Hacker News
new
|
ask
|
show
|
jobs
by
butterfly771
1436 days ago
And install React-Router, Redux, set TypeScript
1 comments
plibither8
1436 days ago
Redux is absolutely not a requirement for "simple" front-end dev. There are many simpler, less boilerplate-y, and more modern ways to manage state in a React application. See
https://blog.logrocket.com/modern-guide-react-state-patterns...
link
fendy3002
1436 days ago
Even with up to medium complexities a simple useContext or React.Context is enough.
And with NextJS it makes react state management very scalable and rarely need redux at all IMO.
link