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
We're a place where coders share, stay up-to-date and grow their careers.
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
Paulo Ricardo F. S. Junior -
Sidharth Mohanty -
Helitha Rupasinghe -
Sendil Kumar -
Discussion (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...