<?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: Salie Lim</title>
    <description>The latest articles on DEV Community by Salie Lim (@salielim).</description>
    <link>https://dev.to/salielim</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%2F431215%2Ffab08542-61a8-4eaa-b01f-31f514b50e5a.jpg</url>
      <title>DEV Community: Salie Lim</title>
      <link>https://dev.to/salielim</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/salielim"/>
    <language>en</language>
    <item>
      <title>Modern Front-end Web Development</title>
      <dc:creator>Salie Lim</dc:creator>
      <pubDate>Tue, 14 Jul 2020 22:34:25 +0000</pubDate>
      <link>https://dev.to/moderndev/modern-front-end-web-development-14j9</link>
      <guid>https://dev.to/moderndev/modern-front-end-web-development-14j9</guid>
      <description>&lt;h2&gt;
  
  
  Evolution of Front-end Web Development
&lt;/h2&gt;

&lt;p&gt;Website development have come a long way. In the beginning, web pages only show text. It was only in the mid 90’s that graphics and animated GIFs made its appearance on the web.&lt;/p&gt;

&lt;p&gt;In 1998, Macromedia Flash and Fireworks was all the rage for creating webpages with animations and graphics. By the early 2000s, CSS was used widely to style webpages.&lt;/p&gt;

&lt;p&gt;In 2007, Apple released the iPhone and smartphone usage took off. Websites were expected to work well across devices of varying sizes. Responsive web design is now an important aspect of web development.&lt;/p&gt;

&lt;p&gt;In the same year WordPress, a free and open-source content management system (CMS) based on PHP and MySQL grew in popularity. It now powers 30% of all sites on the Internet, including about 15% of the top 100 websites in the world.&lt;/p&gt;

&lt;h2&gt;
  
  
  Disadvantages of WordPress
&lt;/h2&gt;

&lt;p&gt;WordPress is easy to setup and customise. However it also has disadvantages. WordPress has numerous constant updates that render parts of your site usable. Site owners have to constantly troubleshoot and maintain their WordPress sites.&lt;/p&gt;

&lt;p&gt;It is also the most hacked CMS platform on the internet. Security is an issue as WordPress relies heavily on plugins and themes for customisation. These plugins and the themes are not monitored and they can easily contain bugs or malicious code.&lt;/p&gt;

&lt;p&gt;The worst of all, WordPress websites can be slow and bloated with unnecessary code from plugins and themes. The editor in WordPress generates bad HTML as well.&lt;/p&gt;

&lt;p&gt;Even though WordPress is open-source and free, it isn’t really. There are significant costs to WordPress sites like hosting, paying for plugins and themes for customisation.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Modern Web &amp;amp; Moving away from WordPress
&lt;/h2&gt;

&lt;p&gt;Over the past few years several new front-end technologies emerged. The web development landscape has shifted radically towards the JAMstack, a modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.&lt;/p&gt;

&lt;p&gt;It is now easier but much more technical to build websites. Modern JavaScript libraries can greatly improve the speed and efficiency of building websites while maintaining a well-organised and scalable codebase. They provide a better developer experience&lt;/p&gt;

&lt;p&gt;JAMStack sites delivers reliable sites that load instantly even in uncertain network conditions. Such sites respond quickly to user interactions with silky smooth animations like a native app. They have higher security and lower cost of scaling.&lt;/p&gt;

&lt;p&gt;On the back-end, modern websites are API-centric, data can be consumed via web, mobile app, in multiple formats and mediums. WordPress was built with website content in mind, not content across multiple devices and platforms. We will be using an API on the back-end to serve content to be displayed on the browser.&lt;/p&gt;

&lt;p&gt;In the end you’ll be better off with a website built from scratch using a modern Javascript framework like Vue.js or React with content served via an API.&lt;/p&gt;

&lt;h2&gt;
  
  
  Comparison of Modern Front-end JavaScript Frameworks
&lt;/h2&gt;

&lt;p&gt;It used to be that JavaScript and JQuery were used for the front-end, nothing else. However in last few years the landscape has been flooded with JavaScript frameworks. Every few months a new JavaScript library pops up.&lt;/p&gt;

&lt;p&gt;How do you know which framework to use then? It ultimately depends on your project needs. If you are building your first simple static website, pick a lightweight library that is easy for you to learn. The Vue.js learning curve is shallow compared to other frameworks out there like Angular and React. It is simpler, less complex and easy to setup. Vue’s documentation also uses layman’s terms and is easy for beginners to understand.&lt;br&gt;&lt;br&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This is an excerpt from the book, Modern websites with Vue.js.&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;Want to learn how to build state-of-the-art static websites using the latest technology stack? &lt;strong&gt;Visit &lt;a href="http://moderndev.tech"&gt;ModernDev.Tech&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>vue</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
