Home
What is it?
Section titled “What is it?”domstatejsx is a web frontend library with three core ideas:
- Render DOM elements with JSX.
- Keep your application’s state in the DOM. No constant re-rendering.
- 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.