hooks library

Classes

ReactterAction<T, P>
ReactterActionCallable<T, P>
UseAsyncState<T, A>
A ReactteHook that manages the state as async way.
UseContext<T extends ReactterContext>
A ReactterHook that helps to get the context of ReactterContext by T with or without id.
UseEffect
A ReactterHook that manages side-effect.
UseEvent<T extends Object?>
A hook that manages events.
UseReducer<T>
A ReactterHook that manages state using reducer method.
UseState<T>
A ReactterHook that manages a state.