#Dioxus has so many great tools! These include use_context for providing a context to all children of a component or use_resource for asynchronous resource loading.
It is just very well integrated, and RSX feels surprisingly elegant, even a bit more readable than XML syntax in my opinion.

#rust #frontend #programming