rebo / seed-quickstart-hooks

Example of how react style hooks might integrate with Seed.
5 stars 0 forks source link

Seed Quickstart (React Style Hook Example)

Introduction

This is an evolving example demonstrating how React style hooks might integrate into Seed.

It requires nightly due to reliance on the track_caller feature and currently the topo crate.

To get started:

rustup update

rustup target add wasm32-unknown-unknown

cargo install --force cargo-make

Run cargo make build in a terminal to build the app, and cargo make serve to start a dev server on 127.0.0.1:8000.

If you'd like the compiler automatically check for changes, recompiling as needed, run cargo make watch instead of cargo make build.