nicobarray / aquedux

Redux over the wire
46 stars 3 forks source link

refactor: One constant file #29

Closed nicobarray closed 6 years ago

nicobarray commented 6 years ago

There used to be 2 constant files in each project.

Now the utils/constants.js is removed. It used to contain the event types one can raise through the event hub.

Those types are now located in utils/eventHub.js.

I also took the time to sort the imports of the modified files because their previous order made no sens.

chabou commented 6 years ago

Sooooo good! Thank you 🙏