Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
Tags
- xPlatform
- IntelliJ
- JavaScript
- SPC
- NPM
- table
- Spring
- 공정능력
- Express
- SQL
- Java
- tomcat
- R
- react
- 보조정렬
- plugin
- SSL
- Eclipse
- GIT
- Android
- MSSQL
- Python
- hadoop
- Sqoop
- mybatis
- Kotlin
- mapreduce
- vaadin
- window
- es6
Archives
- Today
- Total
반응형
목록2023/04/13 (1)
DBILITY
react redux redux-toolkit
내년쯤 다시 볼지 모르니 기록하자. https://redux-toolkit.js.org/ Redux Toolkit | Redux Toolkit The official, opinionated, batteries-included toolset for efficient Redux development redux-toolkit.js.org redux-toolkit으로 여러가지 해결(?)되었다고 한다. npm install react-redux @reduxjs/toolkit createSlice를 쓰면 name/reducer형태의 action.type을 자동으로 생성해 준다. action의 reducer를 export,사용하는 콤포넌트에선 import 후 dispath하면 된다. 이전 방식 dispath({typ..
front-end & ui/react
2023. 4. 13. 17:47
반응형