I want to preface this critique by saying I think that hooks are not all bad. If I were starting a new react project today I would still use them despite all these flaws. However, that doesn't make them immune to criticism. Given their design, I think the... (more…)
Read more »
learn to build a custom react renderer. Contribute to codejamninja/create-react-renderer development by creating an account on GitHub. (more…)
Read more »
Application state in front-end clients is a complexity that is at best managed, and at worst the reason you can't deliver new features. What if you could know every state your app could be in and ensure that it can only be in those states?
(more…)
Read more »