ducharmemp / mobstr

An ORM for Front End State Implementations
https://ducharmemp.github.io/mobstr/
MIT License
5 stars 0 forks source link

Refactor meta attributes to be part of the store #23

Open ducharmemp opened 5 years ago

ducharmemp commented 5 years ago

Due to insights while creating the createIndex function, all of our meta attributes on our classes could be refactored into the store itself. This would allow a leaner class implementation and cause the user classes to go untouched.