<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vuex Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/vuex/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/vuex/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Fri, 11 Aug 2017 15:56:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.timo-ernst.net/wp-content/uploads/2021/03/cropped-Timo-Ernst-Small-32x32.jpg</url>
	<title>vuex Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/vuex/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is Vuex?</title>
		<link>https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/</link>
					<comments>https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Thu, 10 Aug 2017 21:39:01 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[vue.js]]></category>
		<category><![CDATA[vuex]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3929</guid>

					<description><![CDATA[<p>This is a new video on my ongoing Vuex series on YouTube explaining the core concepts. I know, I know, I already posted two videos about Vuex before but I felt like I dove a little but to fast into the code and kinda missed to explain the basics about the framework. So, here is [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/">What is Vuex?</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/01/15/log-twitter-api-using-oauth-create-twitter-app-vuejs-framework7-episode-02/" rel="bookmark" title="How to log in to Twitter API using oauth">How to log in to Twitter API using oauth</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/" rel="bookmark" title="Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/30/port-a-vue-js-webapp-to-phonegap-tutorial/" rel="bookmark" title="Port a Vue.js webapp to PhoneGap tutorial">Port a Vue.js webapp to PhoneGap tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Understanding Vue.js Reactivity in Depth with Object.defineProperty()</title>
		<link>https://www.timo-ernst.net/blog/2017/07/26/understanding-vue-js-reactivity-depth-object-defineproperty/</link>
					<comments>https://www.timo-ernst.net/blog/2017/07/26/understanding-vue-js-reactivity-depth-object-defineproperty/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Wed, 26 Jul 2017 12:57:07 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[vue]]></category>
		<category><![CDATA[vue.js]]></category>
		<category><![CDATA[vuex]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3853</guid>

					<description><![CDATA[<p>I&#8217;m coming from a Java background, so when I started with JavaScript many years ago it kinda felt weird to not have getters and setters but somehow I got used to it and as time went by I began to like it because it lead to much cleaner code compared to thousands of getter/setter lines [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/07/26/understanding-vue-js-reactivity-depth-object-defineproperty/">Understanding Vue.js Reactivity in Depth with Object.defineProperty()</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2011/05/18/correct-naming-convention-for-boolean-values-in-hibernate-mapping-files/" rel="bookmark" title="Correct naming convention for boolean values in Hibernate mapping files">Correct naming convention for boolean values in Hibernate mapping files</a></li>
<li><a href="https://www.timo-ernst.net/blog/2012/11/23/proper-javascript-oop-with-inheritance-for-java-developers/" rel="bookmark" title="Proper JavaScript OOP with inheritance for Java developers">Proper JavaScript OOP with inheritance for Java developers</a></li>
<li><a href="https://www.timo-ernst.net/blog/2011/06/08/remove-and-contains-not-working-on-your-java-set/" rel="bookmark" title=".remove() and .contains() not working on your Java set?">.remove() and .contains() not working on your Java set?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/07/26/understanding-vue-js-reactivity-depth-object-defineproperty/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>How to use Vuex with Framework7</title>
		<link>https://www.timo-ernst.net/blog/2017/07/24/use-vuex-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2017/07/24/use-vuex-framework7/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 24 Jul 2017 21:00:55 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[vue.js]]></category>
		<category><![CDATA[vuex]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3847</guid>

					<description><![CDATA[<p>In this new 3-episode video series I will explain what Vuex is, how it works and give an example on how to use it with Framework7. Enjoy! :-) Get the source code here: https://github.com/valnub/Todo-App-Example-with-Vuex-and-Framework7 What is Vuex? Mutators, Actions and Getters Todo App Example Tutorial</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/07/24/use-vuex-framework7/">How to use Vuex with Framework7</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2017/02/22/will-speak-adobe-phonegap-days-eu-amsterdam/" rel="bookmark" title="I will speak at Adobe PhoneGap Days EU in Amsterdam">I will speak at Adobe PhoneGap Days EU in Amsterdam</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/" rel="bookmark" title="Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/08/10/what-is-vuex/" rel="bookmark" title="What is Vuex?">What is Vuex?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/07/24/use-vuex-framework7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
