Hacker News new | ask | show | jobs
by williamdclt 356 days ago
Really few applications ever needed redux, whatever the backend
1 comments

When a dynamic web app is needed, the general trend is to build SPAs, which in turn require managing state on the client, which is complex and thus redux et al were invented.