The Inelegant Part of React Hooks

You should understand its disadvantage if you truly love it.

Shuai Li
Better Programming
Published in
7 min readJan 20, 2022

--

Since the official release of Hooks in React version 16.8, React Hooks have rapidly become popular in the React ecosystem. It solves the Mixins problem and has an almost perfect combination with Function Component and Fiber architecture.

--

--