One of the most asked features is if Reagent support for React hooks. Unfortunately hooks are only usable with React functional components. and currently Reagent RAtom implementation uses Stateful Component state. RAtoms need to know which components depend on them, and be able to re-render the component when RAtoms change. This should be possible by storing storing state and triggering re-render using hooks. The trick will be implement this in a way that doesn’t break existing Reagent components, which presume stateful components.
Кому-то правда хуки нужны?