Composition and Inheritance
1. Composition and Inheritance

Inheritance --> tính kề thừa của OOP
Composition --> không phải tính chất
Đều xuất phát từ bài toán reuse code ?

2. Hooks

Hard to reuse stateful logic between components.

Làm sao để reuse được flow tick --> Render props and HOC
Complex components become hard to understand
Classes confuses both people and machine : con trỏ this
Last updated
Was this helpful?