Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 376 Bytes

Vanilla JS Singla Page Application (Typescript)

싱글 페이지 애플리케이션을 React를 모사하여 JSX와 가상돔 기반으로 만들어본 프로젝트입니다.

built with

  • JSX 기반 함수 컴포넌트 시스템
  • Virtual DOM Diffing
  • React like Hook System
  • Server-Driven UI
  • Dynamic Routing
  • msw API Mocking

Test Running

yarn && yarn dev