Implement React v18 from Scratch Using WASM and Rust - [1] Build the Project

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. big-react-wasm

    Implement React v18 from Scratch Using WASM and Rust

    The tag related to this article:v1

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. cargo-generate

    cargo, make me a project

    cargo-generate: Quickly create Rust projects by using existing Git repositories as templates.

  4. rust

    Empowering everyone to build reliable and efficient software.

    Rust: A secure, efficient, and modern programming language (omitting ten thousand words). You can simply follow the installation instructions provided on the official website.

  5. wasm-pack-template

    a template for starting a rust-wasm project to be used with wasm-pack

    . ├── Cargo.toml ├── package.json ├── examples │   └── hello-world // React project initialized by vite ├── packages │   ├── react // WASM project created by cargo generate --git https://github.com/rustwasm/wasm-pack-template │   ├── react-dom // WASM project created by cargo generate --git https://github.com/rustwasm/wasm-pack-template │   ├── react-reconciler // Rust project created by cargo new │   └── shared // Rust project created by cargo new

  6. book

    The Rust and WebAssembly Book (by rustwasm)

    For more information, you can refer to the Rust and WebAssembly.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Getting Started with Rust: A Modern Systems Programming Language

    3 projects | dev.to | 12 May 2025
  • Starting to Rust: A Developer’s Journey into the Rust Language

    2 projects | dev.to | 4 Nov 2024
  • How does Rust go “from” here “into” there

    2 projects | dev.to | 19 May 2024
  • Learning Rust: A clean start

    5 projects | dev.to | 26 Feb 2024
  • A Beginner’s Guide to the Solana Web3 Stack

    6 projects | dev.to | 19 Jun 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?