반응형
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
- swagger-typescript-api
- uint16array
- Game js
- userevent_tracker
- KakaoMap
- uint8array
- Redux
- node
- M3U8
- three.js
- typescript
- Babel standalone
- hls.js
- webrtc
- Image Resize typescript
- segment
- babel
- Flutter
- http live streaming
- react
- REST API
- code editor
- Prism.js
- web track
- html2canvas
- jszip
- Excel
- cursor-ubuntu-installer
- how to install cursor on ubuntu
- HLS
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