Skip to content

awkure/pipis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages