Comment by satvikpendem
17 hours ago
If you want to use no-Javascript browser as well, this browser prototype [0] is getting pretty good too. It's developed by Dioxus, a GUI framework in Rust, as part of its native renderer which seeks to create their own alternative to Skia, similar to Flutter, but it'll work on the web as well with HTML and CSS standards unlike Flutter web which is just a canvas.
It's also a from scratch implementation, sort of, using existing Rust crates like stylo (which servo also uses) and taffy, but it doesn't rely on any code from existing browsers such as Chromium, Gecko or WebKit.
[0] https://github.com/DioxusLabs/blitz (in /apps/browser)
This is great. I'm building a site that has JavaScript but is fully functional without it, this would be fun to see how it renders it. I use htmx, AlpineJS and Vanilla JS just for additional help for users with forms and search but works fine without it. Thanks for sharing this.
I will recompile ladybird too. Last time it had made great progress but was no where near read for regular use.