<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yonas</title>
    <description>The latest articles on DEV Community by Yonas (@yonasgg).</description>
    <link>https://dev.to/yonasgg</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F177773%2F102e9d96-47c6-40b1-a8ca-175e0eac4ebd.jpg</url>
      <title>DEV Community: Yonas</title>
      <link>https://dev.to/yonasgg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yonasgg"/>
    <language>en</language>
    <item>
      <title>Using Vuex in Vue.js</title>
      <dc:creator>Yonas</dc:creator>
      <pubDate>Fri, 26 Jul 2019 13:00:43 +0000</pubDate>
      <link>https://dev.to/yonasgg/using-vuex-in-vue-js-39n9</link>
      <guid>https://dev.to/yonasgg/using-vuex-in-vue-js-39n9</guid>
      <description>&lt;p&gt;While using vuejs with vue what I find very important is dividing states into modules. eg: auth module, user module, status module, post module. each with their own state, actions, mutations, and getters.&lt;/p&gt;

&lt;p&gt;for more, I recommend referring the following video: &lt;a href="https://www.youtube.com/watch?v=5lVQgZzLMHc"&gt;https://www.youtube.com/watch?v=5lVQgZzLMHc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;you can also check the official documentation for more at &lt;a href="https://vuex.vuejs.org/guide/modules.html"&gt;https://vuex.vuejs.org/guide/modules.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vue</category>
      <category>vuex</category>
      <category>javascript</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
