공부 정리

  • 홈

front-end/redux 2

[redux] concepts and data flow

출처 : https://ko.redux.js.org/tutorials/fundamentals/part-2-concepts-data-flow Background Concepts state management import react, { useState } from "React"; function Counter() { // state const [counter, setCounter] = useState(0); // action // code that causes an update to the state when something happens const increment = () => { setCounter((prevCounter) => prevCounter + 1); }; // view return ( v..

front-end/redux 2024.02.11

[redux] 개요

redux overview This tutorial will introduce you to the core concepts, principles, and patterns for using Redux. part1 리덕스 앱 예제 소개 part2 리덕스 앱에서 데이터가 흐르는 방식과 디테일 소개 part3 state, action, reducer에 대한 활용 redux가 어떻게 작동하는지 설명 이후 표준 패턴, 추상화 what is redux 리덕스는 app 상태를 ‘action’이라고 불리는 이벤트를 이용해서 관리하고 갱신하는 패턴과 라이브러리이다. 상태에 대해 중앙 집중식 저장소 역할을하고, 예측 가능한 방식으로만 업데이트 될 수 있도록 하는 규칙을 제공한다. why should i use Redux 리..

front-end/redux 2024.02.02
이전
1
다음
더보기
  • 분류 전체보기 (41)
    • front-end (36)
      • HTML,CSS (9)
      • JavaScript (9)
      • TypeScript (7)
      • Recoil (2)
      • aria (2)
      • msw (3)
      • redux (2)
    • ai (5)

최근글과 인기글

  • 최근글
  • 인기글

Archives

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바