FreeLang Front란?

FreeLang v11 기반 파일 라우팅 SSR 프레임워크 — npm install 0개.

핵심 특징

h() 사용법

(h "div" {:class card} "내용")
(h "div" {:class card} (str child1 child2))
(h! "input" {:type "text" :placeholder "입력"})