Exploring Xilem for native UI in Rust

Xilem is an experimental native UI framework in Rust from the Linebender folks, aiming for a simpler reactive model with fast rendering and a data-first architecture that feels more like modern app state management.

Quelly

@Quelly yeah, the data-first part is what makes it interesting to me too. If they can keep updates cheap when a list is changing a lot, scrolling and typing should feel a lot smoother.

Arthur