<?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: Max F. Findel</title>
    <description>The latest articles on DEV Community by Max F. Findel (@maxfindel).</description>
    <link>https://dev.to/maxfindel</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%2F165461%2F328e2963-29f8-4c81-b51d-734dd53ea036.jpg</url>
      <title>DEV Community: Max F. Findel</title>
      <link>https://dev.to/maxfindel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maxfindel"/>
    <language>en</language>
    <item>
      <title>Next.js Conf 2023 was this week, here's what I learned</title>
      <dc:creator>Max F. Findel</dc:creator>
      <pubDate>Sun, 29 Oct 2023 15:31:08 +0000</pubDate>
      <link>https://dev.to/maxfindel/nextjs-conf-2023-was-this-week-heres-what-i-learned-2975</link>
      <guid>https://dev.to/maxfindel/nextjs-conf-2023-was-this-week-heres-what-i-learned-2975</guid>
      <description>&lt;h3&gt;
  
  
  TL;DR
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;About the Next.js Conf 2023&lt;/li&gt;
&lt;li&gt;Guillermo Rauch - CEO, Vercel&lt;/li&gt;
&lt;li&gt;Sam Selikoff - Founder, Build UI&lt;/li&gt;
&lt;li&gt;Houssein Djirdeh - Senior Software Engineer, Google&lt;/li&gt;
&lt;li&gt;Michelle Bakels - Program Director, G2i&lt;/li&gt;
&lt;li&gt;Jared Palmer - VP of AI, Vercel&lt;/li&gt;
&lt;li&gt;James Mikrut - CEO, Payload&lt;/li&gt;
&lt;li&gt;Katie Hoesley &amp;amp; Matt Volk, BigCommerce&lt;/li&gt;
&lt;li&gt;Lydia Hallie - Staff Developer Advocate, Vercel&lt;/li&gt;
&lt;li&gt;Thanks for reading&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  About the Next.js Conf 2023
&lt;/h3&gt;

&lt;p&gt;I've been a fan of &lt;a href="https://github.com/vercel/next.js/"&gt;Next.js&lt;/a&gt; and &lt;a href="https://vercel.com/"&gt;Vercel&lt;/a&gt; for some years now and I love that they like to make a big party around releasing new features every year 🎉&lt;/p&gt;

&lt;p&gt;This year at the virtual event &lt;a href="https://nextjs.org/conf"&gt;Next.js Conf&lt;/a&gt; I really liked that they went back to live presentations and unscripted content ❤️‍🔥 It makes everything much more authentic and much easier to follow. I personally can't sit in front of my computer and watch 3 to 5 hours of scripted video presentations 📺 😩&lt;/p&gt;

&lt;p&gt;I spent a bunch of hours watching, taking notes and making some ugly doodles that I'll keep for myself. I really hope someone else can benefit from this 😄 So let's get to it. Here's what I learned from the talks in order:&lt;/p&gt;

&lt;h3&gt;
  
  
   1. &lt;a href="https://twitter.com/rauchg"&gt;Guillermo Rauch - CEO, Vercel&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 14 is faster than ever on both build and dev time. And it's not even it's final form! 👾&lt;/li&gt;
&lt;li&gt;They'll keep delivering a great product by following these three goals: Fast Initial Visual, Fast Dynamic Content and Great Developer Experience (DX) 🤓&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
   2. &lt;a href="https://twitter.com/samselikoff"&gt;Sam Selikoff - Founder, Build UI&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Server Components are the future. Imagine a world where you can copy and paste a &lt;code&gt;&amp;lt;StripeCheckout /&amp;gt;&lt;/code&gt; without having to modify ten routes, API calls and user flows 🏖️&lt;/li&gt;
&lt;li&gt;Maybe &lt;em&gt;right now&lt;/em&gt; is a great time to migrate your Next.js project and start using the app/ directory. It's only going to get better. Check out other tutorials at &lt;a href="https://buildui.com/"&gt;Build UI&lt;/a&gt; 🤔&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. &lt;a href="https://twitter.com/hdjirdeh"&gt;Houssein Djirdeh - Senior Software Engineer, Google&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Make sure to check out &lt;a href="https://nextjs.org/docs/app/building-your-application/optimizing/third-party-libraries"&gt;@next/third-parties&lt;/a&gt; for the best approach to include third party scripts on your project 🌐&lt;/li&gt;
&lt;li&gt;This work comes from the same people that already delivered &lt;code&gt;&amp;lt;Image /&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;Script /&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;Font /&amp;gt;&lt;/code&gt; ✍️&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. &lt;a href="https://twitter.com/michellebakels"&gt;Michelle Bakels - Program Director, G2i&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Using Open Source templates for your first big project can get you 80% there and you can learn the rest on your way 🚀&lt;/li&gt;
&lt;li&gt;Be careful what you commit and what you commit to. You can end up organizing &lt;a href="https://www.reactmiami.com/"&gt;React.js Miami&lt;/a&gt;! 🤭&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. &lt;a href="https://twitter.com/jaredpalmer"&gt;Jared Palmer - VP of AI, Vercel&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;If you were hyped about chatGPT, then you must try &lt;a href="https://v0.dev/"&gt;Vercel v0&lt;/a&gt; to generate React Components ⚛️&lt;/li&gt;
&lt;li&gt;SDKs and extensibility make Next.js a really great framework for your next AI project 🤖&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  6. &lt;a href="https://twitter.com/JamesMikrut"&gt;James Mikrut - CEO, Payload&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;It's very probable that &lt;a href="https://payloadcms.com/"&gt;Payload&lt;/a&gt; gets migrated to Next.js and become even better 🧠&lt;/li&gt;
&lt;li&gt;If there are whole teams dedicated to improve React, Next.js and ORM's, then it's probably a good idea to let them do the heacy lifting so you can focus on delivering value! 📈&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  7. &lt;a href="https://twitter.com/katie_hoesley"&gt;Katie Hoesley &amp;amp; Matt Volk, BigCommerce&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React Server Components are paving the future for agencies and e-commerce, says the clientele from &lt;a href="https://www.bigcommerce.com/"&gt;BigCommerce&lt;/a&gt; 🫰&lt;/li&gt;
&lt;li&gt;There are still key issues to solve, but the future looks promising 😎&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  8. &lt;a href="https://twitter.com/lydiahallie"&gt;Lydia Hallie - Staff Developer Advocate, Vercel&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a class="mentioned-user" href="https://dev.to/lydiahallie"&gt;@lydiahallie&lt;/a&gt; leverages clear explanations and neat graphics to make all the new changes in React and Next.js understandable 👩‍🏫&lt;/li&gt;
&lt;li&gt;If the previous talks didn't do the trick, the arguments from this talk really motivated me to test out the new app/ directory and migrate my stale projects 🍞&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Thanks for reading
&lt;/h3&gt;

&lt;p&gt;If you want to dive deep into any of these talks, I encourage you to watch the Livestream Recording directly at &lt;a href="https://nextjs.org/conf"&gt;Next.js Conf&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;And that's a wrap! I had a really good time watching these talks, doodling and taking notes for this year's conference. Can't wait to see what they come up with next time. I hope you find my takeaways useful 😊&lt;/p&gt;

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