• 0 Posts
  • 341 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle











  • I wish the desktop react native renderers took off. I definitely do prefer the react style of colocating everything + reactive state, and being able to swap different renderers for actually native feel doesn’t really seem like a goal for any maintained projects anymore. on that note, you could write your tui in react with ink or opentui if you want to go that route

    dioxus does have a native renderer (in the not webview sense, it still draws it’s own components, but most of the options do). if you’re looking at rust already, iced seems pretty close to react style, and has a decent number of things written in it already. relm4 is a different style rust framework for gtk that you might like as well.

    again not native appearance, but avalonia funcui can be pretty close to the react feel too if you’re open to f#