리액트 공식 문서 스터디
LEARN REACT
- Quick Start
- Tutorial: Tic-Tac-Toe
- Thinking in React
- Installation
- Start a New React Project
- Add React to an Existing Project
- Editor Setup
- Using TypeScript
- React Developer Tools
- Describing the UI
- Your First Component
- Importing and Exporting Components
- Writing Markup with JSX
- JavaScript in JSX with Curly Braces
- Passing Props to a Component
- Conditional Rendering
- Rendering Lists
- Keeping Components Pure
- Adding Interactivity
- Responding to Events
- State: A Component's Memory
- Render and Commit
- State as a Snapshot
- Queueing a Series of State Updates
- Updating Objects in State
- Updating Arrays in State
- Managing State
- Escape Hatches
- Referencing Values with Refs
- Manipulating the DOM with Refs
- Synchronizing with Effects - cofla juhee
- You Might Not Need an Effects - KoziKim juhee
- Lifecycle of Reactive Effects
- Separating Events from Effects
- Removing Effect Dependencies
- Reusing Logic with Custom Hooks
API REFERENCE
-
Hooks
- State Hooks
- Context Hooks
- Ref Hooks
- Effect Hooks
- Performance Hooks
- useMemo
- useCallback - cofla juhee
- useTransition
- useDeferredValue
- Other Hooks
-
Components
-
Directives
React-dom