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