dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Lynx Rendering Support

Open Dreaming-Codes opened this issue 11 months ago • 2 comments

I believe Lynx could see a surge in popularity soon, and having a full-stack framework that supports it would be a fantastic feature. Since Lynx is designed to integrate seamlessly with other frameworks, adapting Dioxus to render using Lynx shouldn’t be overly complex. The core concepts of Dioxus could be maintained. Similar to how React Native operates—you’d write HTML-like syntax, but it would map to native Lynx components. Plus, with Lynx’s full CSS support, styling could remain consistent. If this idea is well-received, I’d be happy to contribute to its development.

Dreaming-Codes avatar Mar 22 '25 18:03 Dreaming-Codes

This sounds similar to Blitz, our experimental native HTML+CSS renderer with Dioxus bindings. Dioxus does support third party renderers like Freya if you want to create bindings as a separate library

ealmloff avatar Mar 24 '25 13:03 ealmloff

This sounds similar to Blitz, our experimental native HTML+CSS renderer with Dioxus bindings

@ealmloff Not the same thing at all, Lynx render using underlying native components

Dreaming-Codes avatar Mar 25 '25 12:03 Dreaming-Codes

I don't think we will add this any time soon given lynx seems to be chasing its own ecosystem and is primarily javascript based.

jkelleyrtp avatar Jun 03 '25 14:06 jkelleyrtp