Hacker News new | ask | show | jobs
by dsenkus 2664 days ago
I rewrote my side project (https://robojs.com) from Typescript/Redux/React (class based components) to Typescript/Mobx/React (hooks) in less than a week. The process was really simple (mostly deleting code). In the end the source code is so much smaller (at least 50%), simpler, easier to read and reason about, largely because of Mobx, however hooks is so much nicer to work with compared to class components, and I doubt that I would ever want to go back.