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
So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀
Yan Levin -
sharathchandark -
Chris Cook -
Ayush Kumar Vishwakarma -
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...