Built a full-stack Rust web app entirely with Claude Code. Claude wrote all the code, I just directed the features, architecture and tech.
Stack:
- Axum with async-graphql API
- Dioxus WASM frontend
- ReDB database
It's an artillery calculator for the game Foxhole — place markers on maps, get […]
Just shipped eq_ui v0.1.1 - a Rust/Dioxus component library with atomic design.
21 built-in themes (Dracula, Nord ...), runtime theme switching, carousel, image cards, hero backgrounds - all with one dependency.
github.com/equidevium/e...
#Dioxus #Rust #UI #ICreatedAThing #FutureOfUI #OpenSource
Am I crazy to think that Rust + Dioxus is a better webdev experience than JavaScript + ___________ ? It's still early days and I am using a fair bit of "AI" but reviewing the code it feel objectively better.
slides.aicampground.com/crystal-forge/
#Rust #Dioxus
files.mastodon.social/media_attach...
files.mastodon.social/media_attach...
Just my design of composable UI in Dioxus.
Let's see how this goes.
#Rust #RustLang #Dioxus #RSX #macOS #DesktopApp #SystemsProgramming
Built with Rust + WASM (lightweight, fast, embeddable)
Check it out: seggwat.com
#rustlang #dioxus #buildinpublic
I've been tinkering on a Discord-inspired native #Matrix client on and off for the past three years. During this time it has gone back and forth between #Slint and #Dioxus, because Slint is always lacking one specific feature (this time rich text rendering, which is coming in the next release […]
I understood that I needed a reliable place for my content. That's why I made a personal website. By the way it's made with Rust/Dioxus.
I promise to fix typos and make UI better.
Here is the link: ayeque.art
#RustLang #Dioxus #WebAssembly
4️⃣ High-Level Rust and the Future of Application Development
+17k views
by @dioxuslabs
youtube.com/watch?v=Kl9...
#RustLang #Dioxus
What will be the goal for next week 🧽??
#ui #ui and #ui
Call all the functions of smart contract and improve the ui.
#dioxus #rustlang #solana
A monetization and reputation system for Bluesky is currently under development. #Dioxus #rust #solana
A monetization and reputation system for Bluesky is currently under development. #Dioxus #rust #solana
🦀 Dioxus v0.7.0 is released
- Hot-patching of Rust code at runtime
- Fullstack: Revamp of Server Functions with full Axum integration
- WGPU-based HTML/CSS renderer for Dioxus
- tailwind support
And more
github.com/DioxusLabs/d...
#rustlang #dioxus
Started testing with **Dioxus v0.7.0-rc.1**, and it’s feeling really solid so far. The new `AssetOptions` feature is a great touch. Finally, we can disable hash suffixes when serving static assets. Excited to see how the rest of the 0.7 changes shape up before release. #rustlang #dioxus
www.youtube.com/watch?v=WgAj... #dioxus
1/ I went in an event to learn about “ #Amazon Q Developer” platform to build my dev network.
Besides the fact that it’s just another #Claude wrapper in a #VScode clone 🤢 it was basically a “workshop” in #Vibe-coding.
I thought “Ok, fine, I’ll have it build a #Dioxus app…”
It failed, hard.
Migrating a static site to full-stack Dioxus is teaching me a lot about component design and state management in Rust. Coming from vanilla HTML/CSS, it's a different mindset but powerful. I really like the new 0.6 changes. #rustlang #dioxus
Trying out one of the latest demos in the Dioxus repo showcasing the Blitz renderer — pretty wild!
#dioxus #rust
I was looking for a way to securely manage OAuth client keys with a #dioxus fullstack app. This looks promising. #rustlang
securestore - Rust docs.rs/securestore/...
Hot patching #RustLang code? In my #BevyEngine?
github.com/bevyengine/b... was just merged!
Thanks to subsecond from #Dioxus, coming to Bevy 0.17, and already on main!
Hot-reloading Ratatui apps is now possible via Dioxus! 🎉🦀🐁
github.com/DioxusLabs/d...
#rustlang #ratatui #tui #dioxus #hotreloading #compilation #build
App connected to a remote Bevy instance via BRP and showing an entity tree and few pinned entities with their components and data.
Few weeks ago I started a project to learn more Rust and #Dioxus. It's a *READ-ONLY* #Bevy remote inspector using the BRP protocol.
Over the past couple of days, I've done some styling inspired by the "Bevy Editor" community Figma design. I'm quite happy with the result. 🥳
Dioxus-fullstack-hello-world -esimerkkiohjelma Linux-ympäristössä
Rust-ympäristöön on tullut mielenkiintoinen komponentti eli Dioxus. Väänsin esimerkkiohjelmaa Kubuntussa ja muutaman tunnin vääntämisen jälkeen sain fullstack-hello-world-ohjelman toimimaan. Cargo.toml-asetuksia joutui kokeilemaan ja monia (develop-)paketteja joutui asentamaan #rust #dioxus
#Ollama but all #Rust with #Dioxus!
This is a PoC meant to demo the llm_client crate - for example O1 style reasoning and "deep search" is easier to explain with a GUI!
github.com/ShelbyJenkin...
It could make whole a lot of sense to have a unified DOM crate in Rust that would be shared by Servo, Dioxus and maybe some others.
#rust #rustlang #servo #dioxus #dom
Was playing around with Dioxus, Rust fullstack framework, this weekend. Inspired by React but take it a step further with their rsx! syntax. No closing brackets for html elements, you just specify the element and give it its attributes, children. Early days but has a lot of potential. #dioxus #rust