> For the complete documentation index, see [llms.txt](https://docs.corets.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corets.io/observables.md).

# Observables

- [Async](https://docs.corets.io/observables/async.md): Abstraction for async operations that can be hooked into React.
- [Value](https://docs.corets.io/observables/value.md): Simple value that can be hooked into React.
- [Store](https://docs.corets.io/observables/store.md): Simple store that can be hooked into React.
- [List](https://docs.corets.io/observables/list.md): Simple list that can be hooked into React.
- [Local Storage Value](https://docs.corets.io/observables/local-storage-value.md): Simple observable value that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
- [Local Storage Store](https://docs.corets.io/observables/local-storage-store.md): Simple observable store that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
- [Local Storage List](https://docs.corets.io/observables/local-storage-list.md): Simple observable list that can be subscribed to, in React, using Hooks. State is automatically synced to the localStorage.
