components - nodebotschs/nodebotsday-editor GitHub Wiki

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.