DEV Community

Discussion on: What's hard about React Hooks for you?

Collapse
 
pensarfeo profile image
Pensarfeo

I am so dissapointed with hooks that I decided to prof that you can write stateful functional components! The results is a small HOC that allows writing stateful components without functions, and with all the functionalities of classes.

github.com/Pensarfeo/react-makesta...

This is highly experimental, so I would appreciate some feedback on the project!

PS: No hooks were harm wile writing this package :)