A next-generation tool to create blazing-fast documentation sites
API
created:12/30/2020
updated:12/30/2020

Async stories

Async Story

Stories can invoke async operations using the useAsync hook.

Hello, my name is loading....

Stories

Hooks Story

Story fetching data with regular react hooks/useEffect.

Hello, my name is loading....

Async Decorators

Decorators can also fetch async data using the useAsync hook.

Hello, my name is loading....

Async Hooks Decorators

Decorators can also fetch async data using react hooks/useEffect.

Hello, my name is undefined.