Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d0422/make-react

리액트를 만들면서 이해해보자
https://github.com/d0422/make-react

jsx react-like virtual-dom-like

Last synced: 3 days ago
JSON representation

리액트를 만들면서 이해해보자

Awesome Lists containing this project

README

        

# React 만들기

vite 번들러, JSX를 사용해 virtual DOM, useState를 구현해보고자합니다.

### 이 글들을 읽기에 앞서...

본 레포지토리는 **리액트처럼** 동작 하는 코드를 작성해보는 것이지
리액트와 100% 동일한 코드를 작성하려 하는 것이 아닙니다.

[리액트를 만들면서 이해해보자 (1) - JSX와 React.createElement](https://0422.tistory.com/317)

[리액트를 만들면서 이해해보자 (2) - render, rerender](https://0422.tistory.com/318)

[리액트를 만들면서 이해해보자 (3) - virtual dom과 diffing](https://0422.tistory.com/319)

[리액트를 만들면서 이해해보자 (4) - useState](https://0422.tistory.com/320)