alexislozano / neutrino

A GUI frontend in Rust based on web-view
MIT License
282 stars 18 forks source link

JSX like syntax? #70

Open andrewluetgers opened 4 years ago

andrewluetgers commented 4 years ago

currently widgets use a format function to generate an html string. What about something that is more jsx-like?

https://github.com/bodil/typed-html

alexislozano commented 4 years ago

Good idea, I'll look at it. Thanks !