# Table of contents

* [README](README.md)

## Core Modules

* [State](markdown/STATE.md) - Reactive global state management
* [Observer](markdown/OBSERVER.md) - ⚠️ Deprecated (use useObserver)
* [useObserver](markdown/USEOBSERVER.md) - React hook for state observation
* [Cache](markdown/CACHE.md) - In-memory caching (lost on refresh)
* [Store](markdown/STORE.md) - Persistent localStorage management
* [Session](markdown/SESSION.md) - Temporary sessionStorage management
* [IDB](markdown/IDB.md) - IndexedDB for large data storage

## Platform & Compatibility

* [Platform & Context Isolation](markdown/PLATFORM.md) - Cross-platform support, session isolation
* [Security](markdown/SECURITY.md) - Security measures, vulnerability prevention
* [Changelog](markdown/CHANGELOG.md) - Version history and migration guide

## Additional Resources

* [License](../LICENSE.md)
* [Contributing](../CONTRIBUTING.md)
* [Code of Conduct](../CODE_OF_CONDUCT.md)
* [Security](../SECURITY.md)
