The React team rewrote the book on developing components. Before we had a choice between classes and functional components. Yet many components needed to be classes. A functional component was often too limited. Now, using hooks, we can extend functional components to be as powerful as we want.

Come to this session to learn what React hooks are and how to get started using hooks. But be warned, once seen React hooks can’t be unseen and your React components will never be the same again.

The slides can be found here: https://www.slideshare.net/mauricedb/why-i-am-hooked-on-the-future-of-react-147221263
Sample code is here: https://github.com/mauricedb/dpc-amsterdam-2019

Comments

Comments are closed.

Pim Elshoff at 10:41 on 8 Jun 2019

Good overview, practical examples, wisely and properly prepared with macros. Very solid!