hypernova-react:React超新星的绑定

时间:2024-05-04 11:27:25
【文件属性】:

文件名称:hypernova-react:React超新星的绑定

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-04 11:27:25

JavaScript

超新星React 绑定。 在服务器上,将组件包装在一个函数中,以根据其道具将其呈现为HTML字符串。 在客户端上,用您的组件调用此函数会在DOM中扫描它的任何服务器端呈现实例。 然后,它使用服务器指定的属性恢复这些组件。 安装 npm install hypernova-react 用法 这是在模块中使用它的方法: import { renderReact } from 'hypernova-react' ; import MyComponent from './src/MyComponent.jsx' ; export default renderReact ( 'MyComponent.hypernova.js' , // this file's name (or really any unique name) MyComponent , ) ;


【文件预览】:
hypernova-react-master
----.eslintrc(42B)
----src()
--------index.js(1016B)
----.babelrc(28B)
----.travis.yml(798B)
----LICENSE(1KB)
----test()
--------.eslintrc(37B)
--------renderReact-test.js(2KB)
--------components()
--------renderReactStatic-test.js(566B)
--------init.js(77B)
----README.md(738B)
----.npmrc(19B)
----.gitignore(631B)
----package.json(2KB)

网友评论