Echo JS 0.11.0

<~>
gambo 2419 days ago.
Hey there,

I have discovered there are many questions about Vue.js and how components communicate with each other. There are many options and paths you can go and in the beginning it might be hard to choose a good fitting solution.
That lead me to write about it.

This is part 1 of my Vue.js communication series. I have structured it to be separated into 3 parts.

Part 1 is very basic and talks about the communication that happens inside of the same component.
The following ones will discuss options and best practices about parent-child communication as well as communication for any other structure.

https://gambardella.info/2017/08/31/vue-js-communication-single-component/

Let me know if you like it, need more info or feel like something is missing.

Best,
Christian