See more
Hooks allow function components to have state and to respond to lifecycle events too, and kind of make class components obsolete. They also allow function components to have a good…
JavaScript is synchronous by default and is single threaded. This means that code cannot create new threads and run in parall…
I’ll leave you with a quote from Martin Fowler: “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”