This document provides a more detailed introduction to the jutter framework.
jutter is built around a few core concepts:
- Declarative UI: You describe what your UI should look like for a given state, and jutter will handle updating the DOM efficiently.
- Component-Based: Build encapsulated components that manage their own state, then compose them to make complex UIs.
- Functional: Components are just functions that return a description of the UI.
The full API reference will be available here soon.