5 unstable releases

0.3.0 Sep 2, 2023
0.2.0 Jul 16, 2023
0.1.4 Jan 16, 2023
0.1.3 Jan 15, 2023
0.1.1 Jan 15, 2023

#22 in #yew-web

Download history 1/week @ 2023-12-17 3/week @ 2023-12-24 4/week @ 2024-02-04 8/week @ 2024-02-11 16/week @ 2024-02-18 28/week @ 2024-02-25 18/week @ 2024-03-03 29/week @ 2024-03-10 19/week @ 2024-03-17 144/week @ 2024-03-24 50/week @ 2024-03-31

247 downloads per month
Used in 7 crates (4 directly)

MIT/Apache

5KB

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

~0.7–1.4MB
~32K SLoC