Crate fenrix_core

Crate fenrix_core 

Source

Structs§

ServiceContainer

Functions§

create_effect
Creates an effect that re-runs when its dependencies change.
create_signal
A reactive signal that holds a value.
inject
Injects a service from the global DI container.
provide_service
Provides a service to the application’s global DI container.
use_effect
Creates an effect that runs once and re-runs when its dependencies change.
use_state
Provides a piece of state for a component.
with_component_context
A helper function to be called by the #[component] macro.