mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
doc: add state management page, and update documentation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Odoo Web Lab Documentation
|
||||
|
||||
- [Quick Start](quick_start.md)
|
||||
- [Component](component.md)
|
||||
- [QWeb](qweb.md)
|
||||
- [State Management](state_management.md)
|
||||
@@ -0,0 +1,8 @@
|
||||
# OWL: State Management
|
||||
|
||||
Managing the state in an application is not an easy task. Many different
|
||||
architectures/designs/systems/... have been created. We propose here to use
|
||||
the idea of a central store.
|
||||
|
||||
- Store
|
||||
- connect
|
||||
Reference in New Issue
Block a user