Skip to content

Home

domstatejsx is a web frontend library with three core ideas:

  1. Render DOM elements with JSX.
  2. Keep your application’s state in the DOM. No constant re-rendering.
  3. Structure your application with components that expose methods so they can be interacted with.

Start with the Overview, or jump straight into the getting started guide.