Hacker News new | ask | show | jobs
by whizzter 1124 days ago
Redux shines when you have an actual "app" with a large dynamic "global" client-bound state that pops up in different places and needs undo/redo (Like a video editor, Blender,etc). And even then you preferably need some small helpers to make the experience smoother (slices from redux toolkit is a good example).

For most people doing a small CRUD pages that's just woefully overkill.