Skip to content

ReasonML implementation of JSX SSR(Server Side Rendering)

License

Notifications You must be signed in to change notification settings

bikallem/jsx-ssr

Repository files navigation

What is JSX SSR?

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.

v1.0.0 Roadmap

  • 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

About

ReasonML implementation of JSX SSR(Server Side Rendering)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published