tu-huynh
tuhuynh
.com

4 posts tagged with "react"

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.

React Hooks under the hood

React 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!

Thiết kế React App từ đầu

Ngày nay APIs được thiết kế chung cho nhiều client app khác nhau, business logic được chuyển đến client app. Front-end development giờ không chỉ đơn thuần là tạo ra giao diện mà là cả một nghệ thuật lập trình!