You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.