For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reactive State Management

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

Goals

  • Push logic inferentially into the data structure

  • Make it easy to update the UX directly from data changes

Future

  • Bi-directional? Avoid cyclical loops

  • Change an input value...

    • Data updates

    • Creates other data updates

    • Updates other things

  • State arrays?

    • Quiz cards...

Last updated