Hacker News new | ask | show | jobs
by the_gipsy 563 days ago
It's nowhere close to pure, in the FP sense. Everything in React is an act around side effects of rendering.

So it's gotta be something else that makes it so popular.

1 comments

Hooks do a nice job of encapsulating the impurity. Not the only way to do it, but it’s pretty slick.