Migrating a JavaScript frontend to Leptos, a Rust framework

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
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. leptos

    Build fast web applications with Rust.

    Lots of new frontend frameworks have been built on top of Rust, including Leptos, which happens to be one of the most popular ones. In this guide, we'll highlight why and how to migrate your JavaScript frontend to use the Leptos Rust frontend framework.

  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. trunk

    Build, bundle & ship your Rust WASM application to the web.

    Note that Leptos uses Trunk to serve the client side application. Trunk is a zero-config Wasm web application bundler for Rust.

  4. react-todo-sample-article

    For illustration purposes, we’ll use bits and pieces of a React application I created as a case study throughout the rest of this guide. Right now, you have a basic Rust application with Leptos installed. To follow along, clone the React Todo project by running the command below:

  5. crates.io

    The Rust package registry

    So, be sure to double-check your critical libraries and be sure their alternatives exist in the Rust ecosystem. There’s a good chance the crates you need are available in Rust's crates.io repository.

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

  • Axum 0.8.0

    5 projects | news.ycombinator.com | 5 Jan 2025
  • Leptos 0.7

    1 project | news.ycombinator.com | 11 Dec 2024
  • Interview with Krzysztof Andrelczyk, Tauri Developer and Creator of Twili Recipes

    3 projects | dev.to | 5 Sep 2024
  • Leptos + Tauri Tutorial

    2 projects | dev.to | 1 Sep 2024
  • Trunk: Build, bundle and ship your Rust WASM application to the web

    4 projects | news.ycombinator.com | 23 Jul 2024