<?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: Cesar Meza Carrillo</title>
    <description>The latest articles on Forem by Cesar Meza Carrillo (@c3m3z4c4).</description>
    <link>https://forem.com/c3m3z4c4</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%2F865073%2F87371f5e-3995-469f-83e1-c033a5ceb7be.jpeg</url>
      <title>Forem: Cesar Meza Carrillo</title>
      <link>https://forem.com/c3m3z4c4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/c3m3z4c4"/>
    <language>en</language>
    <item>
      <title>What I've learned about React so far..</title>
      <dc:creator>Cesar Meza Carrillo</dc:creator>
      <pubDate>Tue, 24 May 2022 21:06:21 +0000</pubDate>
      <link>https://forem.com/c3m3z4c4/what-ive-learned-about-react-so-far-d6b</link>
      <guid>https://forem.com/c3m3z4c4/what-ive-learned-about-react-so-far-d6b</guid>
      <description>&lt;p&gt;This is my first article about development, none the less, I want to share with you guys my experience learning about React so far and some tipocs that call my attention.&lt;/p&gt;

&lt;p&gt;First of all. it was my first Javascript framework to learn and it was a little dificult on the begining since i couldn;t understand the component concepts and some usage 3 years ago, specifically it was hard for me to understand the class component concepts. &lt;/p&gt;

&lt;p&gt;After that. I started to study about React Hooks and it's easy to understand it. use it and imagine how this pieces of code could help us out to build amaizing pieces of software!&lt;/p&gt;

&lt;p&gt;Some of the common React Hooks that i've learned so far:&lt;br&gt;
useState: (Used to handle states as the name says)&lt;br&gt;
UseEffect: (This is a good option to handle side effects into &lt;br&gt;
   our components, in other words, if something changes, this &lt;br&gt;
   hook can help us out to perform some tasks depending on &lt;br&gt;
   what changes.&lt;/p&gt;

&lt;p&gt;useContext: This is so usefull to share information between components without following the component path (AKA Prop Drilling)&lt;/p&gt;

&lt;p&gt;From my experience.. It could be challenging at the begining but my advice on this could be this. Don't give up... if you got frustrated... take a breath and get back to it later... this can be challenging but one you can understand it... it becomes easy.&lt;/p&gt;

&lt;p&gt;Thank you for reading my article... this is my very first try to communicate something to the world.&lt;/p&gt;

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