Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
html_of_jsx
html_of_jsx is an implementation of JSX designed to render HTML on the server, without React or anything else. It's a minimal library that allows you to write components of HTML in a declarative way.
Supports most of features from JSX (uppercase components, fragments, optional attributes, punning)
but with a few improvements (lowercase components, no need to add annotations)
No React idioms (no className, no htmlFor, no onChange, etc...)