<?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: highasthedn</title>
    <description>The latest articles on DEV Community by highasthedn (@highasthedn).</description>
    <link>https://dev.to/highasthedn</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%2F213554%2F173c0ff9-a9f5-4185-ab71-445230cb1314.png</url>
      <title>DEV Community: highasthedn</title>
      <link>https://dev.to/highasthedn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/highasthedn"/>
    <language>en</language>
    <item>
      <title>Quo vadis, web development?</title>
      <dc:creator>highasthedn</dc:creator>
      <pubDate>Sun, 23 Jul 2023 18:41:02 +0000</pubDate>
      <link>https://dev.to/highasthedn/quo-vadis-web-development-41ik</link>
      <guid>https://dev.to/highasthedn/quo-vadis-web-development-41ik</guid>
      <description>&lt;p&gt;Hey fellow developers,&lt;/p&gt;

&lt;p&gt;I have a question to discuss that has been bothering me for some time now, at the latest since the new official React documentation (which is great by the way). In the official docs they are mentioning that the best way to start a new React project is to use a framework like NextJS, so NextJS seems to be a little bit the state of the art now.&lt;br&gt;
Although I think it's an awesome framework, I think that I observe a trend that feels like going some steps backwards to me. &lt;br&gt;
They seem to take big effort in their server-side stuff, which could be useful for pages with a big spot on SEO. Also Remix seems to get big attention these days, where I also can see similar ways of thinking.&lt;/p&gt;

&lt;p&gt;But for me it feels like going back to those Symfony days, where I have a monolithic app structure. The decoupling between backend and frontend felt like a game changer to me. I can deploy my frontend to static site hosting for example and can concentrate to have a robust backend which is scaling. After some time I need an app? No problem! More resources for the backend and a separate app, no monolithic structure. Or I want to provide my backend api for partner apps? No problem, just a little more scaling or a microservice.&lt;/p&gt;

&lt;p&gt;Do you get my point? It feels great to have a fast and clean React frontend with Vite and a backend with NestJS which is scaling as a combination. But is it still up to date? Are we really going back to more monolithic patterns, or are they monolithic at all? Is it really going back or even going forward?&lt;/p&gt;

&lt;p&gt;What do you guys think? I don't want to become that old man who is telling everyone that SPAs are the hottest stuff while everybody is doing modern stuff.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>discuss</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Is the Airbnb ESLint config still a thing for React?</title>
      <dc:creator>highasthedn</dc:creator>
      <pubDate>Tue, 07 Jun 2022 20:15:03 +0000</pubDate>
      <link>https://dev.to/highasthedn/is-the-airbnb-eslint-config-still-a-thing-for-react-p6b</link>
      <guid>https://dev.to/highasthedn/is-the-airbnb-eslint-config-still-a-thing-for-react-p6b</guid>
      <description>&lt;p&gt;Hi fellow React developers!&lt;br&gt;
When I started using React in a project back in 2016 I worked with some developers who said the Airbnb ESLint config is the thing you need to write good code in React.&lt;br&gt;
Honestly I never questioned this good old configuration and used it in almost every project so far.&lt;br&gt;
Meanwhile I'm using the eslint-config-airbnb-typescript-prettier package, so I got Prettier and TypeScript covered.&lt;/p&gt;

&lt;p&gt;Some weeks ago I talked to a developer who frowned and said there are far better configurations.&lt;/p&gt;

&lt;p&gt;So what do you guys think? Which configurations do you use? Or do you have your own?&lt;/p&gt;

</description>
      <category>eslint</category>
      <category>webdev</category>
      <category>react</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Searching for a blog plugin</title>
      <dc:creator>highasthedn</dc:creator>
      <pubDate>Wed, 06 May 2020 06:27:09 +0000</pubDate>
      <link>https://dev.to/highasthedn/searching-for-a-blog-plugin-333c</link>
      <guid>https://dev.to/highasthedn/searching-for-a-blog-plugin-333c</guid>
      <description>&lt;p&gt;Hi together!&lt;br&gt;
I'm working on a coaching platform which is built with React and Firebase.&lt;br&gt;
Now we have a new team member who is responsible for all the online marketing stuff. He mentioned that it would be great, if our platform could give the coaches the possibility to write blog posts which will be shown on a general blog page. This way we could generate original content which is relevant for Google.&lt;br&gt;
So now to my question.&lt;br&gt;
Does anyone of you know, if there is a blog plugin which could be integrated in a react app?&lt;/p&gt;

</description>
      <category>react</category>
    </item>
  </channel>
</rss>
