Reactive State Management
Last updated
Central data models
Can be instanced at the page level, site level, component level
Allow automatic UI updates tied to the reactive component
Set data sse-data-item model.attribute
Element group conditional selection sse-element-group model.attriute
Push logic inferentially into the data structure
Make it easy to update the UX directly from data changes
Bi-directional? Avoid cyclical loops
Change an input value...
Data updates
Creates other data updates
Updates other things
State arrays?
Quiz cards...
Last updated