Setting Up A React Environment: Add note on setting up react in existing repo #26436
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because
In previous lessons, students are always encouraged to follow a workflow that starts with creating a repo on GitHub, cloning it, working on it locally, and pushing changes often. Adding a note on how to set up a react environment in an existing repo will encourage students to keep using version control best practices while learning React, and minimize confusion over how to do it.
This PR
Issue
n/a
Additional Information
I was motivated to suggest this change because I was confused during this lesson. I turned to Google for information on how to use React in combination with my existing GitHub workflow. I ended up getting a helpful answer on the TOP Discord, but I believe this information should simply be included in the lesson.
Pull Request Requirements
location of change: brief description of change
format, e.g.Intro to HTML and CSS lesson: Fix link text
Because
section summarizes the reason for this PRThis PR
section has a bullet point list describing the changes in this PRIssue
section