Skip to main content

7 docs tagged with "hooks"

View all tags

useEffect

Run side effects inside ascii-ui components.

useInterval

Run a callback function at a specified interval inside ascii-ui components.

useReducer

Manage complex state logic inside ascii-ui components with a reducer function.

useState

Manage local state inside ascii-ui components.

useTimeout

Run a callback function once after a specified delay inside ascii-ui components.

useUserConfig

Access the current user configuration inside ascii-ui components.