前言:
主要就紀錄一下目前 React
官網筆記
筆記-Preserve and Reset State
發表於
文章字數:
1.1k
所需閱讀時間 ≈
1 分鐘
前言:
紀錄一下 React
筆記。
筆記-React Render and Commit
發表於
文章字數:
901
所需閱讀時間 ≈
1 分鐘
前言:
We all know JS is a event trigger language. Therefore, we can found out that React
Render proccess is some kind of event trigger flow.
筆記-React State Structure
發表於
文章字數:
1.4k
所需閱讀時間 ≈
1 分鐘
前言:React
state 結構設計會影響到在撰寫 Component
是否會出現一些 UI side effect,如何設計變是很重要的課題。本文整理
官方網站重點以作紀錄。
筆記-React LifeCycle
發表於
文章字數:
1k
所需閱讀時間 ≈
1 分鐘
前言:
紀錄一下 React
筆記。
筆記-React Event Handlers
發表於
文章字數:
993
所需閱讀時間 ≈
1 分鐘
前言:
紀錄一下 React
筆記。
2023-06-13-筆記-Jest
發表於
文章字數:
327
所需閱讀時間 ≈
1 分鐘
前言:
主要就紀錄一下目前開發小筆記。
2023-05-28-筆記-When is the Use case Between Map and Reduce
發表於
文章字數:
3k
所需閱讀時間 ≈
3 分鐘
前言:
In my mind, when I want to do something to API data , my intuition is always comes up with above two methods.Before we started, we can take a look at the purpose of map
and reduce
method
2023-05-20-筆記-Throttle and Debounce
發表於
文章字數:
1.5k
所需閱讀時間 ≈
1 分鐘
前言:
記錄一下 Debounce
跟 Throttle
2022-12-14-筆記-ImmerJS in Redux Toolkit
發表於
文章字數:
2.3k
所需閱讀時間 ≈
2 分鐘
前言:Redux Toolkit
算是專案上很常用到的 Tool,我們過往在對資料進行整理時都會遇到 Redux
要求我們資料不能直接 mutable
,因此我們就必須針對陣列或是物件進行解構
而這樣當然可以 work ,而 Immer.js
提供我們一個更好的方式來處理 mutable
資料