<?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: Nick Milillo</title>
    <description>The latest articles on DEV Community by Nick Milillo (@kontact00).</description>
    <link>https://dev.to/kontact00</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%2F1648187%2Faaf06551-388a-4168-9936-92e4853a713c.png</url>
      <title>DEV Community: Nick Milillo</title>
      <link>https://dev.to/kontact00</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kontact00"/>
    <language>en</language>
    <item>
      <title>Nuxt3 CSR Background Image Lazy loading</title>
      <dc:creator>Nick Milillo</dc:creator>
      <pubDate>Thu, 20 Jun 2024 02:43:38 +0000</pubDate>
      <link>https://dev.to/kontact00/nuxt3-csr-background-image-lazy-loading-28i7</link>
      <guid>https://dev.to/kontact00/nuxt3-csr-background-image-lazy-loading-28i7</guid>
      <description>&lt;p&gt;I currently have background images being displayed for my pages from within the CSS. i.e.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.Inner-Page-Banner {
    width: 100%;
    height: auto;
    min-height: 280px;
    background: url(../img/trailer-owners.webp) no-repeat center top;
    margin-top: 85px;
    text-align: center;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I'm going through the process of performance optimisation and changing from img to NuxtImg &lt;/p&gt;

&lt;p&gt;I've already changed my Background images to web however I'm wanting to know if there is a way to apply NuxtImg to the CSS or whether there is another way I should be doing this. &lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>nuxt3</category>
      <category>webdev</category>
      <category>nuxt</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Nuxt3 CSR Delayed Hydration</title>
      <dc:creator>Nick Milillo</dc:creator>
      <pubDate>Wed, 19 Jun 2024 06:11:49 +0000</pubDate>
      <link>https://dev.to/kontact00/nuxt3-csr-delayed-hydration-144</link>
      <guid>https://dev.to/kontact00/nuxt3-csr-delayed-hydration-144</guid>
      <description>&lt;p&gt;Are there any strategies for delaying certain scripts from running when deploying in CSR mode?&lt;/p&gt;

&lt;p&gt;I deploy my front end to AWS S3 using SSR False.&lt;/p&gt;

&lt;p&gt;PageSpeed is telling me my site is a little slow, however I've optimised and converted all my base images to webp. &lt;/p&gt;

&lt;p&gt;There are certain JavaScripts that could be delayed however delaying them using nuxt-delay-hydration wont work due to being CSR.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>vue</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>nuxt</category>
    </item>
  </channel>
</rss>
