redux-toolkit 간단한 사용 방법
redux 를 보다 쉽고 간단하게 사용할 수 있도록 해주는 라이브러리입니다. 아래는 설치방법입니다. # NPM npm install @reduxjs/toolkit # Yarn yarn add @reduxjs/toolkit 예제 아래 간단한 예제와 설명을 통해서 사용 방법을 익혀보시면 됩니다. index.ts 에서 Provider 와 store 를 가져와서 등록해줍니다. // index.tx import React from 'react'; import { createRoot } from 'react-dom/client'; import { Provider } from 'react-redux'; import { store } from './app/store'; import App from './App'; im..
개발../React
2023. 9. 18. 14:23
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 스벨트
- 티스토리챌린지
- 서버 to 서버
- Zustand
- nuxt2
- svelte
- Github Actions
- openAI
- React
- NUXT
- cors
- 타입스크립트
- vscode
- nodejs
- Git
- 깃허브
- ChatGPT
- seo
- nextjs13
- vue composition api
- nextjs14
- 오블완
- 모노레포
- nextjs15
- vue router
- NextJS
- Vite
- Ai
- github
- AWS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함