본문 바로가기

JiSoo's Devlog

검색하기
JiSoo's Devlog
프로필사진 지숭숭숭

  • 분류 전체보기 (177)
    • 코테준비 (91)
    • Frontend (64)
      • JS (5)
      • React (37)
      • Typescript (14)
      • Redux (4)
      • Next.js (4)
    • Backend (5)
      • Node.js (5)
    • App (16)
      • Dart (4)
      • React Native (12)
    • GraphQL (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
  • HTML
  • TypeScript
  • VanilaJS
  • dart
  • CSS
  • 파이썬
  • router
  • Python
  • 백준
  • react
  • 주소창해시
  • JavaScript
  • nextjs
  • react native
  • Redux
  • ContextAPI
  • 스크롤구현
  • Frontend
  • 코테
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록VanilaJS (1)

JiSoo's Devlog

[Redux] Introduction & Pure Redux:Counter

ReduxRedux는 기본적으로 JavaScript Application들의 상태를 관리하는 방법Redux가 React와 많이 사용하면서 유명해졌지만 React에 의존하는 라이브러리는 아니다!!Angular, Vue.js, Vanilla JS에서도 모두 쓸 수 있다 Redux 설치npm install reduxoryarn add redux  Vanilla JS로 카운터 만들기const add = document.getElementById("add");const minus = document.getElementById("minus");const number = document.querySelector("span");let count = 0;number.innerText = count;const update..

Frontend/Redux 2024. 6. 24. 18:18
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바