My notes on subjects I am currently studying or interesting finds
JavaScript is a single-threaded, non-blocking, asynchronous language. To understand how it handles concurrent operations, it is import to understand several...
Some performance optimization techniques that can be used in React applications. Most of these techniques are not specific to React or any frontend libraries or framework...