[][src]Crate seed_comp_helpers

Re-exports

pub use helpers::event_helpers::on_click;
pub use helpers::event_helpers::on_input;
pub use helpers::fetch_hooks;
pub use helpers::form_state;
pub use helpers::graphql_list;

Modules

helpers

Functions

get_app

Retrieves a clone of seed::app . This enables app::update to be retrieved f from anywhere for instance a timeout callback.

init

Init function to store a clone of the seed app

schedule_update

Shedule an update with an arbitary message Useful if you want to send a message to the app from a view component. Ensure you do this in a do_once black or equivalent otherwise you will get an infinite loop