<?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: Isaac xu</title>
    <description>The latest articles on DEV Community by Isaac xu (@isaacxu18).</description>
    <link>https://dev.to/isaacxu18</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%2F890534%2Ff3f9968e-086e-47c4-a7cd-75ee994393fe.jpg</url>
      <title>DEV Community: Isaac xu</title>
      <link>https://dev.to/isaacxu18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/isaacxu18"/>
    <language>en</language>
    <item>
      <title>freash look of ‘BUN’</title>
      <dc:creator>Isaac xu</dc:creator>
      <pubDate>Wed, 13 Jul 2022 00:13:34 +0000</pubDate>
      <link>https://dev.to/isaacxu18/a-5g67</link>
      <guid>https://dev.to/isaacxu18/a-5g67</guid>
      <description>&lt;p&gt;A few days back, I found a new javasrcipt Runtime ‘BUN’.It is very promising, so I’m going to make a overview about it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--D2vSvfnz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gm4nj0qpia2z2bc0sw0u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--D2vSvfnz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gm4nj0qpia2z2bc0sw0u.png" alt="Image description" width="300" height="168"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What is BUN ?&lt;br&gt;
Bun is a baby javascript runtime created by Jarred Sumner a few days ago. It is build on javascriptcore from WebKit. Not like Bun, other runtime like node and Deno are built on V8 .Bun also have the potensial to replace node.js and become the number one runtime.&lt;/p&gt;

&lt;p&gt;Why BUN&lt;br&gt;
Bun can do almost everything node.js can do the only difference is Bun is faster than node.js. Being fast is pretty cool but the best part is that Bun is a all-in-one runtime It has a native module bundler which means that you can get rid of tools like webpack and also have a native transpiler that can allow you to write typescript and JSX out of the box .It also have the abilities to download most npm 20times fast.another fantastic feature of Bun that save you from installing DoteEVN everytime you open a project because Bun load those evnironment automatically.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ja73yJGk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/01ndjdvbfc2mqv7u2m13.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ja73yJGk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/01ndjdvbfc2mqv7u2m13.png" alt="Image description" width="680" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How fast is BUN&lt;br&gt;
Bun is the fastest Javascript runtime. Way faster than the old Javascript runtimes node.js and Deno.We are talking about massive here just look at the graph down below&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--N59xBrFC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zcrbgkoyuig42elxceul.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--N59xBrFC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zcrbgkoyuig42elxceul.png" alt="Image description" width="700" height="350"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is about 3 times faster when server rendering React and has a big difference in the other two as well.&lt;/p&gt;

&lt;p&gt;Installation&lt;br&gt;
To install Bun on your PC go to your terminal and type&lt;/p&gt;

&lt;p&gt;curl &lt;a href="https://bun.sh/install"&gt;https://bun.sh/install&lt;/a&gt; | bash&lt;/p&gt;

&lt;p&gt;Thank you to read my first blog.I’m a 14 year old programmer That just started to write blog.Please forgive me if I said anything wrong and if you have any suggest please comment down below or DM me on twitter twitter.com/Isaacxu18 Thank you&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
      <category>webdev</category>
      <category>react</category>
    </item>
  </channel>
</rss>
