Is it reasonable to build beautiful-responsive-complex frontends in Rust web frameworks with minimal html css javascript knowledge?

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

Our great sponsors
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • SonarQube - Static code analysis for 29 languages.
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • InfluxDB - Access the most powerful time series database as a service
  • sycamore

    A library for creating reactive web apps in Rust and WebAssembly

    I suppose the closest you can get to not writing css is to pick a library like tailwind. This way, you're mostly just fiddling with the class property on your DOM elements. My old workmate made https://github.com/sycamore-rs/sycamore/blob/master/examples/page-visit-counter-tailwindcss/src/main.rs if you want to see what that looks like (ignoring the indentation for now).

  • RG3D

    3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]

    Maybe bevy plus egui? I have never used wasm or bevy though. rg3d apparently supports wasm, too, and includes its own GUI lib (but it's hard to customize the rg3d gui, as far as I can tell).

  • CodiumAI

    TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.

  • yew

    Rust / Wasm framework for building client web apps

    I'd recommend taking a look at Yew, it has react like functional components which I've used in one of my pet projects. But keep in mind that it still requires some quirk and advance knowledge of javascript for things which can't be handled by WASM.

  • seed-rs.org

    Seed's official website

    You may try seed with tailwindcss. Take a look seed-rs.org site source code as an example.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    You may try seed with tailwindcss. Take a look seed-rs.org site source code as an example.

  • Seed

    A Rust framework for creating web apps

    You may try seed with tailwindcss. Take a look seed-rs.org site source code as an example.

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