Jean-Sebastien Tremblay wrote a nice tutorial on how to use Redux & Redux-Observable with Vue.js.

vue redux

In this post, I’ll show you how and why we strapped Vue.js on top of Redux.

More specifically, I’ll cover:

What are Redux & redux-observable Why we chose Redux (over Vuex) How we leveraged redux-observable How we plugged Vue.js to a reactive store I’m thrilled to finally share some of our work on this newest version of Snipcart with you guys!

Let’s start with a bit of context.