All Talks

Custom Hooks in React: The Ultimate UI Abstraction Layer

Custom Hooks in React are useful for much more than just managing the local state and one-dimensional side-effects you see in almost every React Hooks example.

They can be used to build sophisticated memoization pipelines and chained-effects that automatically manage local and network resources.

But most importantly, they provide a new new layer of abstraction to accomplish new and amazing patterns that we couldn’t have just over a year ago.

On the surface, this abstraction layer is simply …

You might be interested in:

March 2020 Frontend
Decorators in Depth Decorators in Depth

Decorators in Depth

Marco Otte-Witte

February 2020 Frontend
No Way, JOSE No Way, JOSE

No Way, JOSE

Sam Bellen