본문 바로가기 메뉴 바로가기

개발로그

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

개발로그

검색하기 폼
  • 분류 전체보기 (52)
    • 프론트엔드 (24)
    • TIL (19)
    • 개발상식 일반 (7)
    • 회고 (1)
    • 토이프로젝트 (0)
  • 방명록

curring (1)
[우아한테크러닝 React&TypeScript] 5회차

# 리덕스 import { createStore, actionCreator } from "./redux-middleware"; function reducer(state = {}, { type, payload }) { switch (type) { case "init": return { ...state, count: payload.count }; case "inc": return { ...state, count: state.count + 1 }; case "reset": return { ...state, count: 0 }; default: return { ...state }; } } const logger = (store) => (next) => (action) => { console.log("logger..

프론트엔드 2020. 9. 16. 23:56
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • REACT
  • asyncawait
  • JavaScript
  • 인프런
  • chartjs
  • jsconf
  • typeScript
  • til
  • vuejs
  • vue
  • prerender-spa-plugin
  • 리액트훅
  • js
  • vue-meta
  • 프론트엔드
  • vue-router
  • ReactNative
  • Component
  • nodejs
  • Vuex
  • axios
  • frontend
  • 우아한테크러닝
  • vue-cli
  • promise
  • EventLoop
  • ES6
  • 상태관리
  • Python
  • Docker
more
«   2025/05   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바