Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeojz/jsx-render-engine
A pluggable jsx library agnostic render engine. (react, preact, react-router etc.)
https://github.com/yeojz/jsx-render-engine
jsx nodejs preact react server-side-rendering
Last synced: 6 days ago
JSON representation
A pluggable jsx library agnostic render engine. (react, preact, react-router etc.)
- Host: GitHub
- URL: https://github.com/yeojz/jsx-render-engine
- Owner: yeojz
- License: bsd-3-clause
- Created: 2017-02-25T13:32:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T14:14:23.000Z (over 7 years ago)
- Last Synced: 2024-11-06T15:53:01.388Z (about 2 months ago)
- Topics: jsx, nodejs, preact, react, server-side-rendering
- Language: JavaScript
- Homepage: https://github.com/yeojz/jsx-render-engine
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsx-render-engine [![npm package][npm-badge]][npm-link]
> A pluggable jsx library agnostic render engine. (react, preact, react-router etc.)
This package has been re-integrated as a sub-proejct of [metalsmith-react-templates](https://github.com/yeojz/metalsmith-react-templates)
All releases will now correspond to a version release on the parent project.
## Installation
Using [npm](https://www.npmjs.com/):
```
$ npm install --save jsx-render-engine
```Install other dependencies: For example:
```
$ npm install react react-dom
$ npm install preact preact-render-to-string
```## License
MIT [`License`](/LICENSE) © Gerald Yeo
[npm-badge]: https://img.shields.io/npm/v/jsx-render-engine.svg?style=flat-square
[npm-link]: https://www.npmjs.com/package/jsx-render-engine.svg