<?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>Forem: Audun Hilden</title>
    <description>The latest articles on Forem by Audun Hilden (@audn).</description>
    <link>https://forem.com/audn</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%2F632600%2Ff1cf0ccf-c8a2-45a1-99e2-8fc580f0d8e6.png</url>
      <title>Forem: Audun Hilden</title>
      <link>https://forem.com/audn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/audn"/>
    <language>en</language>
    <item>
      <title>Frontend boilerplate with React, Next.js &amp; TailwindCSS</title>
      <dc:creator>Audun Hilden</dc:creator>
      <pubDate>Mon, 17 May 2021 07:03:32 +0000</pubDate>
      <link>https://forem.com/audn/frontend-boilerplate-with-react-next-js-tailwindcss-4l9l</link>
      <guid>https://forem.com/audn/frontend-boilerplate-with-react-next-js-tailwindcss-4l9l</guid>
      <description>&lt;p&gt;Introducing the one-in-all boilerplate for your next project!&lt;/p&gt;

&lt;p&gt;I've spent the entire week structuring this repo to make it super-insanely-easy to deal with modals, forms (ugh), and tons of other small breakpoints!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live demo&lt;/strong&gt; &lt;br&gt;
&lt;a href="http://align-items.center/" rel="noopener noreferrer"&gt;http://align-items.center/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Modal as seen on the page&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F03aujl9z1jf0unzr131m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F03aujl9z1jf0unzr131m.png" alt="Modal"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Code for the modal above&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F69903hl22m6mhbndhksr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F69903hl22m6mhbndhksr.png" alt="Modal on image above"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Forms&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F46aj8as6md7noe260uw7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F46aj8as6md7noe260uw7.png" alt="Forms"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Code for the image above&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Farrzj2cz49d9ivdrdm1j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Farrzj2cz49d9ivdrdm1j.png" alt="Code for forms"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repo&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/audn/frontend-boilerplate" rel="noopener noreferrer"&gt;https://github.com/audn/frontend-boilerplate&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you're using it, I'd appreciate if you left a Star for your followers to see it in their feed!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What you can expect:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Framer motion&lt;/li&gt;
&lt;li&gt;Google Analytics setup&lt;/li&gt;
&lt;li&gt;Responsive at all sizes + hamburger &lt;/li&gt;
&lt;li&gt;Typescript interfaces&lt;/li&gt;
&lt;li&gt;Regex for regular stuff such as url/emails&lt;/li&gt;
&lt;li&gt;Modal component&lt;/li&gt;
&lt;li&gt;Premade Button components &lt;code&gt;&amp;lt;Button.Primary title={..}/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Premade  for normal inputs, textarea &amp;amp; checkboxes&lt;/li&gt;
&lt;li&gt;SEO optimization built into the &lt;code&gt;&amp;lt;Layout&amp;gt;&lt;/code&gt; component&lt;/li&gt;
&lt;li&gt;Cookies! &lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>react</category>
      <category>nextjs</category>
      <category>tailwindcss</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
