DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.05k stars 764 forks source link

Implement Readable for Hooks #2023

Closed ealmloff closed 5 months ago

ealmloff commented 5 months ago

Stacked on #2022

Implements the readable trait for all relevant hooks along with callable. This should make it slightly easier to use types like Resource, and Callback.