Skip to content

API Reference

Welcome to the Propa Framework API Reference. This section provides detailed information about the core modules and functions available in Propa.

Core Modules

Explore the different parts of the Propa API:

  • Reactivity: Learn about reactive state and computed properties for building dynamic UIs.
  • JSX & Rendering: Understand the h function for JSX and the when helper for conditional rendering.
  • Component Lifecycle: Manage component setup and cleanup with ComponentLifecycle hooks.
  • Routing: Details on the Router class for SPA navigation.
  • P5.js Integration: Information on createP5Sketch for embedding p5.js sketches.
  • WebAssembly (WASM): Guide to WasmModule, TypedWasmModule, and helper functions for WASM integration.

Each page provides syntax, parameters, and usage examples to help you effectively use Propa's features.

Released under the MIT License.