You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Introducing hooks- Dan Abramov introducing React Hooks in React conf 2018
4. Introduction to redux by Dan Abramov- Dan Abramov,the creator of redux introducing Redux in the simplest, most eloquent way possible. This short course is better than any youtube tutorial out there.
5. Event Loop - Sweet explaination of event loop on the browser for beginners.(Same for the node,except instead of WebAPI's ,we have C++ API's in node which can themselves spawn more threads)
6. In the Event Loop - Order of execution in Event Loop. Promises using microtasks,animation callbacks and a good quiz at the end to clear the concepts. Overall an insightful talk. (Except for the bit where he tries to crack jokes but tough audience man!!)
7. A cartoon to webassembly- How javascript runs inside of engine, interpretors, compilers, and how webassembly fits into the picture.