This repository was archived by the owner on Sep 11, 2018. It is now read-only.
Introducing Vuex
This major update includes a bunch of new features as
well as a new redesigned system for storing the current
state of the carousel!
Introducing: Vuex.
With vuex we are now ready to scale this carousel without cluttering
the main components. In fact vuex can be used to store all the current photos
and the selected one, is that cool?
Our components have less code and they don't have to bother anymore with
a complicated share event handler.
We have also done some minor optimization to the infrastructure removing
useless code and refactoring the current one to be more modular.