JSX SSR(Server Side Rendering) is a HTML view engine implemented in ReasonML. As it is inspired by ReasonReact you can use ReasonML JSX syntax to define your html views. However, here the views are executed in the server as opposed to in the client browser. All html generation/rendering is done in native ReasonML and as such there is no requirement of javascript or nodejs.
- Publish to opam and npm
- Add usage documentation
- Change toplevel module to JsxSSR
- Add examples
- Html encode text node
- Add raw text
- Add comment element function
- Add empty element function
- Add str alias for
text
- Add unit tests using
ppx_expect
- Implement JSX ppx for @JSX
- Implement HTML rendering engine