Hacker News new | ask | show | jobs
by onion2k 1203 days ago
Redux has very little to do with React. It's not bound to React, you can use it with any framework, or without a framework. You can't 'destroy React' by stopping dev on a library that's not a part of it.

Plus redux is still maintained. You can still use it if you want to. In my opinion there are better options that plain Redux available now (some based on Redux eg RTK or Redux-Query, and some not eg Jotai, tRPC, react-query). RTK is even recommended by the Redux team.

The fact Dan chose to work on other things is great. He's a talented dev and it's good that other projects benefit from his knowledge.