Architecture
WARNING! This section is a work in progress. The organization and content may not reflect what you expect and are subject to change. Apologies while it gets sorted out.
Explanation of how Lore is built
Explanation of how Lore is built
Challenge when implementing filtering and architectural approach Lore uses to address it.
The challenge when incorporating filtering in your applications architecture is preventing action/reducer explosion. While sending a query to the server is fairly straight forward, the challenge is whether you can implement the functionality in a way where you don't need to add additional actions/reducers for every different type of question you need to ask.
This video describes how Lore implements filtering.