wasm-react: WASM bindings for React

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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

    Rust / Wasm framework for creating reliable and efficient web applications

  • I know rsx, you can also write a macro that looks almost exactly like jsx (see Yew). However, the drawback is long compilation times with nested views and lack of autocompletion support by rust-analyzer.

  • wasm-react

    WASM bindings for React.

  • 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
  • reacty_yew

    Generate Yew components from React components via Typescript type definitions

  • I've written a PoC on how to automatically generate Yew components from React components (https://github.com/hobofan/reacty_yew). The approach can also be extended to generate React components from Yew components (I just never ended up open-sourcing that part).

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