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.