<?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>es6 Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/es6/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/es6/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Wed, 11 Apr 2018 18:23:43 +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>es6 Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/es6/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Find Dead CSS in React using Radium</title>
		<link>https://www.timo-ernst.net/blog/2018/01/21/find-dead-css-in-react-using-radium/</link>
					<comments>https://www.timo-ernst.net/blog/2018/01/21/find-dead-css-in-react-using-radium/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Sun, 21 Jan 2018 18:04:51 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[es6]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[react]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3984</guid>

					<description><![CDATA[<p>When a project grows it often gets harder to find out which css styles are still required and which can be removed. There are post-processors which analyse your bundle and can remove code that it thinks can be deleted, but this is just the same as treating the symptom instead of curing the disease. In [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/01/21/find-dead-css-in-react-using-radium/">Find Dead CSS in React using Radium</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/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/" rel="bookmark" title="Tutorial: Auto-Complete Search with React, Node and Framework7">Tutorial: Auto-Complete Search with React, Node and Framework7</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/" rel="bookmark" title="SwiperJS React Video Tutorial | 2020">SwiperJS React Video Tutorial | 2020</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/" rel="bookmark" title="Arrows in React Swiper Js: How to Customize Prev/Next Button">Arrows in React Swiper Js: How to Customize Prev/Next Button</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2018/01/21/find-dead-css-in-react-using-radium/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Are ES6 modules ready for browsers?</title>
		<link>https://www.timo-ernst.net/blog/2017/05/04/es6-modules-ready-browsers/</link>
					<comments>https://www.timo-ernst.net/blog/2017/05/04/es6-modules-ready-browsers/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Thu, 04 May 2017 13:52:26 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[babel]]></category>
		<category><![CDATA[ecmascript6]]></category>
		<category><![CDATA[es6]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[webpack]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3790</guid>

					<description><![CDATA[<p>In this quick 3-min video I check if we can already use ES6 module syntax (imports) in browsers:</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/05/04/es6-modules-ready-browsers/">Are ES6 modules ready for browsers?</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/2016/11/13/how-to-get-started-with-framework7-vuejs-and-webpack/" rel="bookmark" title="How to get started with Framework7, VueJS and Webpack">How to get started with Framework7, VueJS and Webpack</a></li>
<li><a href="https://www.timo-ernst.net/blog/2019/01/03/build-the-snake-game-for-browsers-with-html-and-javascript-tutorial/" rel="bookmark" title="Build the Snake Game for Browsers with HTML and JavaScript Tutorial">Build the Snake Game for Browsers with HTML and JavaScript Tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/05/04/es6-modules-ready-browsers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</title>
		<link>https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/</link>
					<comments>https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Mon, 09 Jan 2017 13:14:03 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[es6]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[VueJS]]></category>
		<category><![CDATA[webpack]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3587</guid>

					<description><![CDATA[<p>In my last post I showed you how to kick-off a new project with Framework7, VueJS and Webpack. So, I thought in the next video I could show you a real-world example on how to create an app based on these technologies. In this screencast we will create a Twitter client for iOS and Android [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</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/22/post-tweets-via-twitter-api-vue-js-framework7/" rel="bookmark" title="How to post tweets via Twitter API with Vue.js and Framework7">How to post tweets via Twitter API with Vue.js and Framework7</a></li>
<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/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/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
	</channel>
</rss>
