Features
Key features that make up the main value proposition for Lore
Key features that make up the main value proposition for Lore
Enables data-driven components by supplying components with both data and context.
Providing the user with visual feedback about what's happening in an application is extremely important for providing a good user experience. In order to do that, the data components receives needs to be self-describing. That means that no matter what is happening in the application, or what response the API returned for a request, the data structure you use must be able to represent it, so that all the information a component needs in order to know what to render is contained in the data it receives.
There are two data containers in Lore; a model and a collection.
This video describes the data structure Lore uses to enable data-driven components.