jszgb / jszgb.com

Community for JavaScript developers from Zagreb, Croatia. :house:
http://jszgb.com
MIT License
19 stars 11 forks source link

React hooks #78

Closed dinodsaurus closed 4 years ago

dinodsaurus commented 5 years ago

Hooks got added to React in 16.8 version. They let you use state and other React features without writing a class. Im pretty sure you heard somewhere this new buzz word but is it really a buzzword or a new thing that will make our lives easier? In this presentation we will take a dive into react functions, hooks, why are they useful and how to use them in real projects.

dinodsaurus commented 5 years ago

@silvenon I think you're the right guy for this job 😉

silvenon commented 5 years ago

Sure!

silvenon commented 5 years ago

The description:

React Hooks

I'll start by explaining how we used to solve problems like managing internal state and adding side-effects, and how we can significantly simplify our code with hooks. I'll also talk about how to correctly optimize performance and avoid common pitfalls. Finally, I'll touch on some controversies around class components and hooks.