<?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: fdad915fb681bbdca046</title>
    <description>The latest articles on DEV Community by fdad915fb681bbdca046 (@_bfdad915fb681bbdca046).</description>
    <link>https://dev.to/_bfdad915fb681bbdca046</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%2F2595133%2Faf99f5a0-a9e5-4b3c-8ee7-39263ad28a14.png</url>
      <title>DEV Community: fdad915fb681bbdca046</title>
      <link>https://dev.to/_bfdad915fb681bbdca046</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_bfdad915fb681bbdca046"/>
    <language>en</language>
    <item>
      <title>Is there a way to add and check a personal project within a cloned React project?</title>
      <dc:creator>fdad915fb681bbdca046</dc:creator>
      <pubDate>Fri, 20 Dec 2024 11:36:53 +0000</pubDate>
      <link>https://dev.to/_bfdad915fb681bbdca046/is-there-a-way-to-add-and-check-a-personal-project-within-a-cloned-react-project-4je8</link>
      <guid>https://dev.to/_bfdad915fb681bbdca046/is-there-a-way-to-add-and-check-a-personal-project-within-a-cloned-react-project-4je8</guid>
      <description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;
I cloned the React repository from GitHub to study React.&lt;br&gt;&lt;br&gt;
I successfully installed and built React in my local environment following the instructions on &lt;a href="https://legacy.reactjs.org/docs/how-to-contribute.html#contribution-prerequisites" rel="noopener noreferrer"&gt;this guide&lt;/a&gt;.  &lt;/p&gt;

&lt;p&gt;Using the steps outlined in &lt;a href="https://legacy.reactjs.org/docs/how-to-contribute.html#development-workflow" rel="noopener noreferrer"&gt;this section&lt;/a&gt;, I configured my personal project to reference the built files of &lt;code&gt;react&lt;/code&gt; and &lt;code&gt;react-dom&lt;/code&gt; dependencies through &lt;code&gt;yarn link&lt;/code&gt;.  &lt;/p&gt;

&lt;p&gt;However, this method requires me to rebuild the React project every time I modify its source code, which is a bit inconvenient.  &lt;/p&gt;

&lt;p&gt;Here’s what I’m looking to explore:  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is it possible to add a configuration like &lt;code&gt;watch&lt;/code&gt; to automatically build whenever the source code of the React project is modified?
&lt;/li&gt;
&lt;li&gt;Can I add my personal project to the mono-repo structure of the React project to use &lt;code&gt;react&lt;/code&gt; and &lt;code&gt;react-dom&lt;/code&gt; dependencies without using &lt;code&gt;yarn link&lt;/code&gt;?
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If anyone knows how to achieve this, I would greatly appreciate your guidance.  &lt;/p&gt;

&lt;p&gt;Thank you!  &lt;/p&gt;

</description>
      <category>react</category>
    </item>
  </channel>
</rss>
