A reactive Rust framework for building web apps with WebAssembly.
npm run buildnpm run counterOpens at http://localhost:8080
Multi-page app with hash-based routing:
npm run routingOpens at http://localhost:8080
pipis/
βββ src/ # Core library
β βββ lib.rs # Exports
β βββ dom.rs # DOM builders
β βββ effects.rs # Reactive primitives
β βββ router.rs # Hash router
βββ examples/
β βββ counter/ # Counter example
β βββ routing/ # Multi-page routing example
βββ pkg/ # Built wasm output