#web #wasm #yew #framework #ssr

stellation-core

The framework experience for Yew

3 releases

0.1.4 Jan 16, 2023
0.1.3 Jan 15, 2023
0.1.1 Jan 15, 2023

#507 in WebAssembly

Download history 71/week @ 2023-01-12 36/week @ 2023-01-19 24/week @ 2023-01-26 35/week @ 2023-02-02 16/week @ 2023-02-09 34/week @ 2023-02-16 14/week @ 2023-02-23 9/week @ 2023-03-02 6/week @ 2023-03-09

66 downloads per month
Used in 3 crates

MIT/Apache

4KB

Stellation

A framework experience for Yew.

Stellation provides a development stack with:

  1. Tooling around Server-side Rendering Support.
  2. An easy-to-use, SSR-transparent RPC Implementation.
  3. A development server that automatically rebuild upon changes.
  4. A single binary distribution with embedded frontend.

Quickstart Guide

  1. Install required tools

    Stellation uses the following tools:

    • Trunk
    • cargo-generate
    • cargo-make

They can be installed with cargo install trunk cargo-generate cargo-make

  1. Create project

    Run cargo generate futursolo/stellation-templates and follow the prompt.

  2. Start development server

    Run cargo make --quiet start in the project directory.

    (This may take a couple minutes when the project is building for the first time.)


lib.rs:

The core component of Stellation, shared between other crates.

Dependencies

~1–1.7MB
~41K SLoC