package html_of_jsx

  1. Overview
  2. Docs

html_of_jsx

Render HTML with JSX

html_of_jsx is a JSX transformation to write HTML declaratively in , Reason and mlx. This library was extracted from server-reason-react and later simplified to work only with HTML5.

Installation

opan install html_of_jsx

Add it to your `dune` file

(libraries html_of_jsx)
(preprocess (pps html_of_jsx.ppx))

API

The only module exposed is JSX with some functions to construct elements and JSX.render to transform those elements into a string.

Overview

OCaml

Innovation. Community. Security.