博客
CLI命令
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
# run tests with jest and preact-render-spy
yarn test
有关工作原理的详细说明,请参阅。
注意:预渲染时,模块作为组件在大多数Web API不可用的Node.js
博客
CLI命令
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
# run tests with jest and preact-render-spy
yarn test
有关工作原理的详细说明,请参阅。
注意:预渲染时,模块作为组件在大多数Web API不可用的Node.js环
不推荐使用 ,它具有更多功能,可以与最新的Bucklescr ipt一起使用,并且可以与React和Preact一起使用。
bs-preact
为(OCaml | ReasonML)+ Bucklescr ipt设计的有针对性的Preact v10绑定,带有编译时实施。
|
概述
“你好,世界!” bs-preact的外观如下:
module P = Preact
let main = P. h1 [ P. id " hello " ] [ P. string " Hello, world