<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Event Bus on JErickson.net</title><link>https://jerickson.net/categories/event-bus/</link><description>Recent content in Event Bus on JErickson.net</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>joe@jerickson.net (Joe Erickson)</managingEditor><webMaster>joe@jerickson.net (Joe Erickson)</webMaster><copyright>© 2026 Joe Erickson</copyright><lastBuildDate>Wed, 12 May 2021 08:56:48 -0400</lastBuildDate><atom:link href="https://jerickson.net/categories/event-bus/index.xml" rel="self" type="application/rss+xml"/><item><title>Data Management in Vue: an introduction</title><link>https://jerickson.net/data-management-vue-introduction/</link><pubDate>Wed, 12 May 2021 08:50:46 -0400</pubDate><author>joe@jerickson.net (Joe Erickson)</author><guid>https://jerickson.net/data-management-vue-introduction/</guid><description>&lt;p&gt;One of the things I&amp;rsquo;ve been wanting to talk about for a while are the different ways data can be managed in a Vue application. There&amp;rsquo;s always lots of discussions on forums about how data is managed and not a lot of diving into &lt;em&gt;why&lt;/em&gt; you would pick one style over the other.&lt;/p&gt;</description></item><item><title>Creating an Event Bus in Vue</title><link>https://jerickson.net/creating-event-bus-vue/</link><pubDate>Tue, 06 Apr 2021 19:27:50 -0400</pubDate><author>joe@jerickson.net (Joe Erickson)</author><guid>https://jerickson.net/creating-event-bus-vue/</guid><description>&lt;p&gt;There are times when building a Vue application that you realize that the standard parent-child model of intra-component communication just isn&amp;rsquo;t cutting it anymore. Everything gets too ridged and it gets harder and harder to add more layers to the application. Parent-child just doesn&amp;rsquo;t scale once you&amp;rsquo;re really working with a real-world project. Who is in control of the data when the components are nested five layers deep?&lt;/p&gt;</description></item></channel></rss>