Talk in English - US at reactjsday 2020
Short URL: https://joind.in/talk/8c7b8
(QR-Code (opens in new window))
We use them all the time, and we think we know state hooks work (useState, useReducer). But under the hood, as expected, things are not what you imagine. This talk is about update queues, batching, eager and lazy updates, and some other cool things learned from looking at Hooks source code. It also contains practical takeaways that will help you better understand and debug your code
Comments
Comments are closed.
Very useful