moh3a / simple_reactive_framework

simple reactive WASM framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple reactive WASM framework based on leptos-reactive

todo

  • add features for the dependencies to work

quickstart

  • install trunk as a WASM web application bundler
cargo install --locked trunk
  • use a nightly release of the compiler for leptos-reactive features, instead of stable
rustup default nightly
  • run the wasm
trunk serve

About

simple reactive WASM framework


Languages

Language:Rust 73.3%Language:HTML 26.7%