Some helpers and custom hooks for seed
- onclick and oninput - shortcus for mouseev(Ev::Click, |f| Msg) and inputev(Ev::Input, |f| Msg)
- usefetch and usefetch_colleciton - custom hooks to manage json requets
- graphql_list - example of a custom hook using the above to make a graphql query and keep a list up to date
- form_state - proof of concept form helpers, very incomplete
- schedule_update - schedule an app update from anywhere
- init and get_app - access the app from anywhere