Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 345 Bytes

Vanilla JS Singla Page Application (Typescript)

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

built with

  • JSX
  • virtual DOM
  • function component
  • dynamic routing
  • hook architecture like React Hook
  • msw API mocking

Test Running

yarn && yarn dev