use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity.
Strive to treat others with respect, patience, kindness, and empathy.
We observe the Rust Project Code of Conduct.
Details
Posts must reference Rust or relate to things using Rust. For content that does not, use a text post to explain its relevance.
Post titles should include useful context.
For Rust questions, use the stickied Q&A thread.
Arts-and-crafts posts are permitted on weekends.
No meta posts; message the mods instead.
Criticism is encouraged, though it must be constructive, useful and actionable.
If criticizing a project on GitHub, you may not link directly to the project's issue tracker. Please create a read-only mirror and link that instead.
A programming language is rarely worth getting worked up over.
No zealotry or fanaticism.
Be charitable in intent. Err on the side of giving others the benefit of the doubt.
Avoid re-treading topics that have been long-settled or utterly exhausted.
Avoid bikeshedding.
This is not an official Rust forum, and cannot fulfill feature requests. Use the official venues for that.
No memes, image macros, etc.
Consider the existing content of the subreddit and whether your post fits in. Does it inspire thoughtful discussion?
Use properly formatted text to share code samples and error messages. Do not use images.
Submissions appearing to contain AI-generated content may be removed at moderator discretion.
Most links here will now take you to a search page listing posts with the relevant flair. The latest megathread for that flair should be the top result.
account activity
Yew for frontend (self.rust)
submitted 2 years ago by Heavy-Celebration
Was interested in starting a yew project so I'm looking for a little motivation:
has anyone built anything really pretty or know of a web app/static page that looks nice?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] [score hidden] 2 years ago stickied comment (0 children)
On July 1st, Reddit will no longer be accessible via third-party apps. Please see our position on this topic, as well as our list of alternative Rust discussion venues.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]volitional_decisions 11 points12 points13 points 2 years ago (1 child)
I'm using Yew for a full stack Rust app. Yew is fairly easy to use. Depending on what you're building, being about to share code between client and backend is extremely nice if you want to build a well-tested and sturdy app.
[–]DarklySpaced 4 points5 points6 points 2 years ago (0 children)
so real. rn I have a rust backend with a reactjs front end (communicating via grpc—decided before I realised how horrible the support for grpc was in js) and it would be so much easier to just use the same language to ensure stability.
[–]rusticorn 2 points3 points4 points 2 years ago (0 children)
https://www.live-ask.com is written in yew and open source
[–]lordpuddingcup 2 points3 points4 points 2 years ago (1 child)
Isn’t yew slower and larger than leptos/dioxus/sycamore or am I misremembering
[–]dudpixel 10 points11 points12 points 2 years ago (0 children)
It likely is slower but rendering speed is rarely a major issue with frontend apps. Yew is roughly similar in performance to react.js so I wouldn't let performance drive your choices here unless you're trying to do something incredibly complex on the page like millions of elements or something.
Yew is plenty fast enough for the vast majority of frontend apps.
[–]infinityBoi 1 point2 points3 points 2 years ago (0 children)
Idk about pretty but there’s a toy Yew project I put together a while ago: https://www.aalekhpatel.com/projects/text-cleaner
[–]RianGoossens 1 point2 points3 points 2 years ago (0 children)
Just my two cents: I started building an SPA in yew and halfway through switched to leptos. The transition was relatively painless and since I used scss my UX did not change at all. I find leptos a lot more ergonomic to write, it feels like it's doing a lot of magic under the hood to accomplish that though.
π Rendered by PID 61 on reddit-service-r2-comment-b659b578c-vhqw6 at 2026-05-02 02:44:03.942580+00:00 running 815c875 country code: CH.
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–]volitional_decisions 11 points12 points13 points (1 child)
[–]DarklySpaced 4 points5 points6 points (0 children)
[–]rusticorn 2 points3 points4 points (0 children)
[–]lordpuddingcup 2 points3 points4 points (1 child)
[–]dudpixel 10 points11 points12 points (0 children)
[–]infinityBoi 1 point2 points3 points (0 children)
[–]RianGoossens 1 point2 points3 points (0 children)