<?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: Ryan Tracey</title>
    <description>The latest articles on DEV Community by Ryan Tracey (@eenewbsauce).</description>
    <link>https://dev.to/eenewbsauce</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%2F32117%2F31b08e71-27f5-4435-9661-541a4bd03196.jpeg</url>
      <title>DEV Community: Ryan Tracey</title>
      <link>https://dev.to/eenewbsauce</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eenewbsauce"/>
    <language>en</language>
    <item>
      <title>Why RunKit is the Best REPL for Node.js</title>
      <dc:creator>Ryan Tracey</dc:creator>
      <pubDate>Wed, 02 Oct 2019 14:44:37 +0000</pubDate>
      <link>https://dev.to/eenewbsauce/why-runkit-is-the-best-repl-for-node-js-2051</link>
      <guid>https://dev.to/eenewbsauce/why-runkit-is-the-best-repl-for-node-js-2051</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--g5YExhg---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/r1o7btvxmm3qrzzxtbug.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--g5YExhg---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/r1o7btvxmm3qrzzxtbug.jpg" alt="JavaScript IDE"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have something to admit... I'm a RunKit addict. It is simply fantastic!&lt;br&gt;
There are many use cases, I'd like to share. But first, what is RunKit?&lt;/p&gt;
&lt;h2&gt;
  
  
  What is RunKit?
&lt;/h2&gt;

&lt;p&gt;It is a node.js &lt;a href="https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop"&gt;REPL&lt;/a&gt;. Of course node.js comes with it's own REPL:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;node

&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; 1 + 2 
&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; // 3
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;So why bother with RunKit? NPM. RunKit comes with every NPM module pre-installed. That is crazy powerful! Let's proceed to some use cases.&lt;/p&gt;

&lt;h2&gt;
  
  
  Use Cases
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1) You want to audition an NPM module
&lt;/h3&gt;

&lt;p&gt;If you want to try a module without installing it first, RunKit is your friend! Let's see a quick example. Say for instance you want to try &lt;code&gt;date-fns&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DiLstxlZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/yoh3uabcw13taoufzhmj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DiLstxlZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/yoh3uabcw13taoufzhmj.png" alt="RunKit sample with date-fns module"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How is that for a quick feedback loop? Keep in mind you are not limited to a single module. You can require as many as you'd like.&lt;/p&gt;

&lt;h3&gt;
  
  
  2) Embedded Code Samples
&lt;/h3&gt;

&lt;p&gt;So what, we already have &lt;code&gt;gist&lt;/code&gt; right? Well, RunKit embeds are executable and modifiable. That's right, you can try the code inside an article or documentation page!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://runkit.com/docs/embed"&gt;Embed RunKit&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3) Saved Snippets
&lt;/h3&gt;

&lt;p&gt;RunKit also saves your notebooks to your account. I find this extremely useful. I find myself going back to my saved notebooks weekly.&lt;/p&gt;

&lt;p&gt;That's about it for now. Please share anything I missed in the comments :)&lt;/p&gt;

</description>
      <category>node</category>
      <category>runkit</category>
      <category>javascript</category>
      <category>repl</category>
    </item>
  </channel>
</rss>
