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