Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Pipis

A reactive Rust framework for building web apps with WebAssembly.

Build

npm run build

Examples

Counter

npm run counter

Opens at http://localhost:8080

Routing

Multi-page app with hash-based routing:

npm run routing

Opens at http://localhost:8080

Project Structure

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

About

reactive web microframework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages