<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Performance on David Lang</title>
    <link>https://www.davidlang.tech/tags/performance/</link>
    <description>Recent content in Performance on David Lang</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 14 Sep 2022 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.davidlang.tech/tags/performance/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Boosting Performance with useEffect: Best Use Cases and Examples</title>
      <link>https://www.davidlang.tech/posts/boosting-performance-with-useeffect-best-use-cases-and-examples/</link>
      <pubDate>Wed, 14 Sep 2022 00:00:00 +0000</pubDate>
      <guid>https://www.davidlang.tech/posts/boosting-performance-with-useeffect-best-use-cases-and-examples/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction:&lt;/h3&gt;&#xA;&lt;p&gt;As a React developer, you&amp;rsquo;re likely familiar with the &lt;code&gt;useEffect&lt;/code&gt; hook. It&amp;rsquo;s a powerful tool that allows you to manage side effects in functional components. While its primary role is to handle tasks like data fetching, DOM manipulation, and subscriptions, &lt;code&gt;useEffect&lt;/code&gt; can also be a game-changer when it comes to optimizing your application&amp;rsquo;s performance. In this blog post, we&amp;rsquo;ll explore some of the best use cases of &lt;code&gt;useEffect&lt;/code&gt; in improving performance, complete with sample code to help you get started.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enhancing Web Performance with React&#39;s Lazy Loading Feature</title>
      <link>https://www.davidlang.tech/posts/enhancing-web-performance-with-react-lazy-loading-feature/</link>
      <pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://www.davidlang.tech/posts/enhancing-web-performance-with-react-lazy-loading-feature/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction:&lt;/h3&gt;&#xA;&lt;p&gt;In today&amp;rsquo;s fast-paced digital world, website performance plays a vital role in providing a seamless user experience. As web applications become increasingly complex, it&amp;rsquo;s crucial to optimize the loading time of our applications. One powerful technique to achieve this is lazy loading. In this blog post, we&amp;rsquo;ll explore how React&amp;rsquo;s lazy loading feature can significantly improve web performance by deferring the loading of non-critical components until they are actually needed.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
