Linked lists in the wild: React Hooks

added by JavaScript Kicks
12/18/2018 8:09:41 AM

374 Views

I was digging into some of the code for React hooks the other day, right after reading Ali's great post on linked lists: As I was diving in, I noticed that hooks are actually using linked lists under the hood.


0 comments