<?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: Victor Bahta Teka</title>
    <description>The latest articles on DEV Community by Victor Bahta Teka (@victorbahta).</description>
    <link>https://dev.to/victorbahta</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%2F1090767%2F39f42438-9c50-494b-95ff-5dec7914f031.png</url>
      <title>DEV Community: Victor Bahta Teka</title>
      <link>https://dev.to/victorbahta</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/victorbahta"/>
    <language>en</language>
    <item>
      <title>How &amp; when to use redux in react projects?</title>
      <dc:creator>Victor Bahta Teka</dc:creator>
      <pubDate>Sat, 15 Jul 2023 14:18:36 +0000</pubDate>
      <link>https://dev.to/victorbahta/how-when-to-use-redux-in-react-projects-25pl</link>
      <guid>https://dev.to/victorbahta/how-when-to-use-redux-in-react-projects-25pl</guid>
      <description>&lt;p&gt;React is the most widely used javascript library according to StackOverflow’s 2021 survey. The ability to break down a larger application into multiple smaller &amp;amp; reusable components is one of the features that made react so popular as it greatly helps organize projects in a modular fashion.&lt;/p&gt;

&lt;p&gt;But there’s one thing that may be an issue as projects start to scale. Imagine you are working on a big project. You will likely deconstruct your app into multiple child components and further divide them into smaller and more specific elements. While doing this, we usually use React’s state and props to share data and information across components. But this can quickly get complex and difficult to maintain if our project is big. This is where Redux comes in handy.&lt;/p&gt;

&lt;p&gt;Read my full blog with example code&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@victorbahta/react-and-redux-120aa7c59e68"&gt;How and when to use redux in react projects&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
