# STATE MANAGEMENT

[← Component Library](./03-component-library.md) | [Về Frontend](../04-frontend/)

---

## State Management Libraries

- **React**: Zustand hoặc Redux
- **Vue**: Pinia

---

## State Structure

- **Auth State**: User info, token, permissions
- **Asset State**: Assets list, selected asset
- **Ticket State**: Tickets list, filters
- **UI State**: Loading, errors, modals

---

**Back to**: [Frontend Architecture](./01-frontend-architecture.md)
