JSerZANP / jser.dev-comment

1 stars 0 forks source link

2023-06-19-how-does-usestate-work/ #3

Open utterances-bot opened 11 months ago

utterances-bot commented 11 months ago

How does useState() work internally in React?

useState() might be most important hook in React since it is the only state hook. Let's figure out how it works internally and also dive into its caveats.

https://jser.dev/2023-06-19-how-does-usestate-work/

iolh commented 11 months ago

NB!