Các khái niệm cốt lõi cần biết
- Components
- JSX(JavaScript XML
// Đây là JSX, không phải HTML!
const element = <h1>Hello, world!</h1>;
- Props(Properties)
- State
- StricMode
- Truyền dữ liệu từ component con lên cha
- Feature-Sliced Design
- Axios/Fetch
- Các loại storage trong trình duyệt
Các loại storage chính trong trình duyệt bao gồm Cookies, Local Storage, Session Storage, và IndexedDB.
- useEffect
- useState
- batch state
- component bị thay đỏi khi nào
- render and commit
- useCallback
- useMemo
- userEfect
- memmo