12 Weeks of React (part 4)

Intro

This week I finished reading the Learn part of the docs. I'll continue with reading some parts from the Reference and will look for articles that cover more advanced topics.

TIL

There is an experimental hook called useEffectEvent which lets you extract non-reactive logic out of your Effects.

While this hook is not production ready, there are multiple pages in the end of the docs that use this hook as an example.