React Rendering under the hood
A detailed look at how React rendering works under-the-hood, how to optimize re-renders, and an explanation of how using Context and Redux affects React's rendering process.
Tú @ Grokking Newsletter wroteA detailed look at how React rendering works under-the-hood, how to optimize re-renders, and an explanation of how using Context and Redux affects React's rendering process.
Tú @ Grokking Newsletter wroteThe mechanics of non-blocking I/O in the Linux kernel, exploring the evolution from traditional blocking I/O to modern syscalls like select, poll, and epoll/kqueue.
Tú wroteReact Hooks hoạt động như thế nào bên dưới? Khi dùng React Hooks, thay vì quan tâm về bound context (class, this…) thì chúng ta sẽ bị confuse bởi Closure!
Tú wrote