UNPKG

launch.io

Version:

Launch.IO is an Ultra Hip, Simple, and Fast, Time Traveling React State Management Library

24 lines (13 loc) 767 B
# ![Launch.IO Logo](../../logo/logo-small.png) API Reference Launch.IO relies on pure functions so it has predictable state management and it can provide time travel debugging. Its goals are to be tiny, fast, and super simple to use while still being an extremely capable and scalable state management library. Grab yourself a bowl of ice cream, sit back, and enjoy the Launch.IO API. You'll likely finish these API documents before your bowl of ice cream. Review the [Terminology](./terminology.md) before diving in. ### Exports - [`initializeLaunch`](./initializeLaunch.md) - [`useLaunch`](./useLaunch.md) ### Definitions - [`Service`](./service.md) ### Odds and Ends - [Time Travel Debugging](./timeTravelDebugging.md) - [Async Calls](./asyncExample.md)