<?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: Tatsuya Sasaki</title>
    <description>The latest articles on DEV Community by Tatsuya Sasaki (@cc822jp).</description>
    <link>https://dev.to/cc822jp</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%2F240836%2Fbc34bbe5-e92f-44ca-999c-75b548ca9182.png</url>
      <title>DEV Community: Tatsuya Sasaki</title>
      <link>https://dev.to/cc822jp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cc822jp"/>
    <language>en</language>
    <item>
      <title>Quiz ⭐️ Answer is a year later! Predict Web Developer Roadmap 2021.</title>
      <dc:creator>Tatsuya Sasaki</dc:creator>
      <pubDate>Sat, 25 Jan 2020 10:07:11 +0000</pubDate>
      <link>https://dev.to/cc822jp/quiz-answer-is-a-year-later-predict-web-developer-roadmap-2021-1h21</link>
      <guid>https://dev.to/cc822jp/quiz-answer-is-a-year-later-predict-web-developer-roadmap-2021-1h21</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/SEgKwwGauu0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h1&gt;
  
  
  Introduction
&lt;/h1&gt;

&lt;p&gt;4 Jan, 2020. Web developer roadmap 2020 is launched. &lt;br&gt;
In my view, 2020 is going to be a huge change.&lt;/p&gt;

&lt;p&gt;IE 11 dies and MS Edge reborn as chromium.&lt;br&gt;
Next year's technology will be put into practical use.&lt;br&gt;
Therefore we need Web Developer Roadmap 2021 now.&lt;/p&gt;




&lt;h1&gt;
  
  
  Web Components will upgrade
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--r9XPwAg1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/0ja1one00owqws5z0pgv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--r9XPwAg1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/0ja1one00owqws5z0pgv.png" alt="Web Components will upgrade"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  REASON
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Web Components has long been troubled by MS Edge, but it's time to put it to practical use.&lt;/li&gt;
&lt;li&gt;LitElement is one of the Polymer Projects promoted by Google.
It helps develop WebComponents.&lt;/li&gt;
&lt;li&gt;Shadow DOM is also used on the Web version of Apple Music.&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Snowpack will be on the list
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fu-3msxU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/fokphxhyd8mzscsd4cj7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fu-3msxU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/fokphxhyd8mzscsd4cj7.png" alt="Snowpack will be on the list"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  REASON
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;We no longer need to transpile to es5. And with Snowpack, building web applications is &lt;strong&gt;10 times faster&lt;/strong&gt;. No bundler required.&lt;/li&gt;
&lt;li&gt;No more waiting for your bundler to rebuild your site every time you hit save. Instead, every change is reflected in the browser instantly.&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Svelte will be on the list
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0KtY_K6I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/69j371z4itqgi3s8u66b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0KtY_K6I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/69j371z4itqgi3s8u66b.png" alt="Svelte will be on the list"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  REASON
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Svelte could be the third choice after React and Vue. Modern JavaScript frameworks are very large and complex.&lt;/li&gt;
&lt;li&gt;Svelte is trying to solve the problem with a completely different approach than React. The State of JS 2019 also shows a high level of interest.&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Other small things
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Semantic HTML will downgrade
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NOZQclKr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/q3aj4zsnut7km97zpmyx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NOZQclKr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/q3aj4zsnut7km97zpmyx.png" alt="Semantic HTML will downgrade"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  REASON
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;HTML tags have become less meaningful in the era of custom tags.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Cookie will be on the list
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--p8MqwzPJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/mbygk1qogqtqcoj9tnr6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--p8MqwzPJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/mbygk1qogqtqcoj9tnr6.png" alt="Cookie will be on the list"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  REASON
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Starting with Safari, cookie policies are changing every day.&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  In conclusion
&lt;/h1&gt;

&lt;p&gt;That's my WebDev 2021 idea.&lt;br&gt;
I'm a front-end developer in Japan.&lt;/p&gt;

&lt;p&gt;Even if new technology is announced until now&lt;br&gt;
In some cases, the adoption was &lt;strong&gt;forgotten to support legacy browsers&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This year is a chance to change consciousness.&lt;br&gt;
I hope all developers can spend their time on &lt;strong&gt;creative&lt;/strong&gt; things.&lt;/p&gt;

&lt;p&gt;Thank you for reading it until the very end.&lt;/p&gt;

&lt;h1&gt;
  
  
  Link
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/kamranahmedse/developer-roadmap"&gt;https://github.com/kamranahmedse/developer-roadmap&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
