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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • big-react-wasm

    Implement React v18 from Scratch Using WASM and Rust

  • The tag related to this article:v1

  • cargo-generate

    cargo, make me a project

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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.

  • 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

  • book

    The Rust and WebAssembly Book (by rustwasm)

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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