choojs / create-choo-app

🚞 - create a fresh choo application
MIT License
181 stars 36 forks source link

Update store and view to use recommended practices #65

Closed mjstahl closed 5 years ago

mjstahl commented 6 years ago

Per the README:

"By defining your event names once and setting them on state.events, it reduces the chance of typos, generally autocompletes better, makes refactoring easier and compresses better."

"If the callback has a .storeName property on it, it will be used to identify the callback during tracing."