일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- react typescript
- 리액트 문법
- Docker ubuntu
- mysql
- mysql 재설치 명령어
- 도커
- next.js tailwind css
- react tailwind css
- next.js css framework
- next.js tailwindcss
- mysql 삭제
- 리눅스
- Docker
- 리액트 tailwind css
- mysql uninstall
- mysql purge
- 안드로이드
- mysql broken install
- mysql 재설치
- 리액트
- react tailwindcss
- javascript
- react
- mysql fix install
- PHP
- Android
- Python
- react 기초
- mysql error
- 리액트 tailwindcss
- Today
- Total
목록react typescript (2)
Developer_hong
useState, useReducer 모두 state를 만들고 랜더링한다 useState를 통해서는 단순한 관리, useReducer을 통해서는 체계적인 관리를 할 수 있다 useState로 가능한 부분을 useReducer 사용할 경우 더 복잡해질 수 있기 때문에 적절한 사용이 필요하다 useState 사용을 위해서는 import React, { useState } from "react"; Generics를 통해 해당 상태가 타입형을 가질지 설정 const [state, setState] = useState(1); useReducer 사용을 위해서는 import React, { useReducer } from "react"; const [state, dispatch] = useReducer(reduce..
1. visual studio code 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 2. node js 설치 https://nodejs.org/ko/ Node.js Node.js® is ..