Share state across pages
Only Use Sparsely: For components within a page, use reusable views instead.
Question
How should I handle shared state between pages
Answer
Define a config type and separate page definitions from the model definition.
Last updated