播种机:ReactReact UI工具链和JSX替代品 源码
播种机 指南 最小的例子 import sow from 'sowing-machine' import { useState } from 'react' // wrap the component with 'sow' const Counter = sow ( ( ) => { const [ count , setCount ] = useState ( 0 ) const decrement = ( ) => setCount ( count - 1 ) const increment = ( ) => setCount ( count + 1 ) // expres
下载地址
用户评论