Provide more ways to bail out inside Hooks · Issue #14110 · facebook/react

There's a few separate issues but I wanted to file an issue to track them in general: useState doesn't offer a way to bail out of rendering once an update is being processed. This gets a bi...

Nov 5, 2018 ... Edit: we now do bail out on rendering children if the next state is identical. useContext doesn't let you subscribe to a part of the context value (or ...

Lee mas