reactter library

Classes

Obj<T>
A base-class that store a value of T.
ReactterAction<T, P>
ReactterActionCallable<T, P>
ReactterContext
A abstract-class that allows to manages the ReactterHooks and provides Lifecycle events.
ReactterHook
An abstract-class to provides the functionality of ReactterHookManager and is added as a dependency of another ReactterHookManager behaving as a state.
ReactterHookManager
A abstract-class to manager hooks(ReactterHook).
Signal<T>
A base-class that store a value of T and notify the listeners when the value is updated.
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.

Mixins

ReactterInstanceManager
A mixin-class to provides the ability to manager instances.
ReactterNotifyManager
A mixin-class Provides the ability to notify listeners when the state changes.
ReactterSignalProxy
ReactterState
A mixin-class to provides features of a state

Properties

Reactter → _ReactterInterface
final