mjayjones13 / beans

0 stars 0 forks source link

Create the Store class #31

Closed joshcox closed 7 years ago

joshcox commented 7 years ago

Created a Store class that can be instantiated with an initial set of props. These props can be listened on so that anybody with a reference to a Store instance can receive updates from the Store whenever that prop is changed.