-
Notifications
You must be signed in to change notification settings - Fork 1
components
Tom Wilson edited this page Jun 9, 2016
·
2 revisions
components
To keep things simple we will have two core components
- list component
- edit component
The list component will list the contents of a directory The edit component will show the contents of a file
Each component will have ui events co-located in the component to provide convenient access to the event streams. Using MostJS we will configure notification streams so that we can trigger factory actions and dispatch the results to the state store.