callbag-jsx는 레이아웃에 JSX를 사용하고 반응성을 위해 콜백을 사용하는 미니멀 한 UI 라이브러리입니다.
https://loreanvictor.github.io/callbag-jsx/
가상 DOM, 더티 모델 검사, 컴파일 시간 무효화 또는 기타 마술이 없습니다.
import { makeRenderer } from 'callbag-jsx';
const renderer = makeRenderer();
renderer.render(<div>Hellow World!</div>).on(document.body);
등록된 댓글이 없습니다.