Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 587 Bytes

File metadata and controls

15 lines (9 loc) · 587 Bytes

Introduction to jutter

This document provides a more detailed introduction to the jutter framework.

Core Concepts

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.

API Reference

The full API reference will be available here soon.