Please enable JavaScript.
Coggle requires JavaScript to display documents.
React packages (主程式相關 (效能 (react-loadable (withRouter), 單頁用跳轉,…
React packages
主程式相關
Redux
合併reducer(combineReducers)
react-redux
安全性
immutable
immutable js
redux-immutable
JWT
權限控制
有登入與沒登入的權限控制
登入角色的權限控制(管理者Vs使用者)
購物車API訪問權限
區分不同用戶的資料
登入
路由
react-router-dom
跳轉
1.this.props.history.push('/')
2.<Link to = '/' />
3.<Redirect to ='/' />
動態導入
A甲克斯請求
Axios
Fetch
create-react-app
效能
單頁用跳轉
react-loadable
withRouter
pureCompoment
避免無效的阿甲克斯請求
react-virtualized
表單驗證
React Hook Form
Redux Form
Formik and Yup
React Final Form
Css相關
react-transition-group
styled-components
Css框架
效果
資源
Icon
彈出層
自定義
全局加載的方法
通知组件
視窗操作
windows.scrollTo()
React Developer Tools
Charles