Module base

Module base 

Source

Functions§

current_scope_id
mark_scope_as_dirty
use_drop
Run a callback for when the component gets dropped. Useful to clean resources.
use_hook
This is the foundational hook used by all. It’s simple, it accepts an initialization callback whose return value will be stored in this component instance until its dropped. In subsequent renders the returned value of the function will be a Cloned value of what had been previously returned by the initialization callback.