<?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: Andrei Robu</title>
    <description>The latest articles on DEV Community by Andrei Robu (@arobu).</description>
    <link>https://dev.to/arobu</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%2F443248%2Fdd3527a2-f906-47c3-956a-9cae69321b96.jpeg</url>
      <title>DEV Community: Andrei Robu</title>
      <link>https://dev.to/arobu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arobu"/>
    <language>en</language>
    <item>
      <title>Why is Isomorphic JavaScript not longer talked about?</title>
      <dc:creator>Andrei Robu</dc:creator>
      <pubDate>Wed, 29 Jul 2020 19:58:16 +0000</pubDate>
      <link>https://dev.to/arobu/why-is-isomorphic-javascript-not-longer-talked-about-3mlp</link>
      <guid>https://dev.to/arobu/why-is-isomorphic-javascript-not-longer-talked-about-3mlp</guid>
      <description>&lt;p&gt;I'm posting this question because I've been away from web development for a few years and, back then, Isomorphic Development (the idea of running the same code on the server as in the browser) was in vogue and widely discussed, with many articles were being written about it online.&lt;/p&gt;

&lt;p&gt;An example is this article, &lt;a href="https://medium.com/airbnb-engineering/isomorphic-javascript-the-future-of-web-apps-10882b7a2ebc" rel="noopener noreferrer"&gt;Isomorphic JavaScript: The Future of Web Apps&lt;/a&gt;, which predicts that Isomorphic JavaScript would become more popular:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;As more organizations get comfortable running Node.js in production,&lt;br&gt;
it’s inevitable that more and more web apps will begin to share code&lt;br&gt;
between their client and server code.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And this article, &lt;a href="https://medium.com/capital-one-tech/why-everyone-is-talking-about-isomorphic-universal-javascript-and-why-it-matters-38c07c87905" rel="noopener noreferrer"&gt;Why Everyone is Talking About Isomorphic / Universal JavaScript and Why it Matters&lt;/a&gt;, explaining why Isomorphic JavaScript can be useful:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In addition to re-using templates, developers can also re-use the same&lt;br&gt;
libraries and utilities on both the server and browser, further&lt;br&gt;
reducing the need for excess code. Libraries like Underscore.js,&lt;br&gt;
lodash, Request, and SuperAgent are hugely popular for this reason.&lt;br&gt;
Having the same library on both the server and browser allows for&lt;br&gt;
better development and code reuse which leads to happier software&lt;br&gt;
engineers and less time spent maintaining the code.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Now that I'm coming back to web development, I'm picking up where I left off and catching up. This idea captivated me and I'm sure I'm not the only one interested, yet it seems this is no longer discussed and that there are no or few recent articles about it. Why is this the case?&lt;/p&gt;

&lt;p&gt;I'm hoping you could answer below with your experience.&lt;/p&gt;

&lt;p&gt;Did experience show that it is not worth the hassle?&lt;/p&gt;

&lt;p&gt;Or is it no longer talked about simply because it is now commonplace and no longer a novel idea?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
