Recently React got new hooks api, that allows to have state in purely functional components. Let’s see how it looks like and experiment a bit!
For further actions, you may consider blocking this person and/or reporting abuse
Recently React got new hooks api, that allows to have state in purely functional components. Let’s see how it looks like and experiment a bit!
For further actions, you may consider blocking this person and/or reporting abuse
Imran Shaik -
Daniel Afonso -
M1dnightGMR -
T Sudhish Nair -
Top comments (3)
It is interesting how the hooks operate inside React, but I think that react is still far from functional.
I invite you to know this small project
github.com/orby-js/core
Tbh I don’t understand why do we need state bound to component instance. 🤷♂️
Thank you for your comment, the state inside orby is simple and is less code than the use of hooks 🤓
I attach a small article that has been of my interest in the topic of hooks
medium.com/@ryardley/react-hooks-n...