반응형
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 | 31 |
Tags
- REST API
- Flutter
- Excel
- Babel standalone
- jszip
- M3U8
- uint8array
- Prism.js
- segment
- three.js
- uint16array
- append row
- HLS
- typescript
- multiple camera
- localization
- how to install cursor on ubuntu
- react
- swagger-typescript-api
- hls.js
- http live streaming
- cursor-ubuntu-installer
- Redux
- node
- babel
- KakaoMap
- html2canvas
- Game js
- code editor
- webrtc
Archives
- Today
- Total
목록redux toolkit (1)
Never give up
간만에(?) 개발하던 웹 소스를 봤는데 createStore가 deprecated되었더군요.. 밑에 내용을 확인해보니 redux toolkit에 있는 configureStore로 하라고 해서 사용법을 찾아봤습니다 (링크: https://redux-toolkit.js.org/) 필자가 사용하던 createStore와 reducer가 configureStore, createSlice로 대체됐습니다 createStore -> configureStore reducer -> createSlice src/store.js import { configureStore } from "@reduxjs/toolkit" import counter from "slices/counter" import dialog from "sli..
WEB
2022. 5. 18. 15:40