overview
Store implementation is finally over. All Activity data and actions are now stored in a mobx store.
improvements and changes
- Implements a mobx store to manage state of "activities".
- Since all props and data are moved to mobx store, components now are much cleaner.
- Many test cases are ignored in this release because of #194 , no worries they'll be back soon. 🚀