Skip to content

Commit 7f5b37a

Browse files
authored
React Intro: Remove additional resources (#30924)
1 parent 35a2497 commit 7f5b37a

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

react/getting_started_with_react/react_components.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,3 @@ The following questions are an opportunity to reflect on key topics in this less
9191
- [What does a React element look like?](#what-are-components)
9292
- [How would you create a functional component?](#how-to-create-components)
9393
- [How do you export and then import a component?](#where-do-components-live)
94-
95-
### Additional resources
96-
97-
This section contains helpful links to related content. It isn't required, so consider it supplemental.
98-
99-
- Geeks for Geeks has a quick [ReactJS Functional Components tutorial](https://www.geeksforgeeks.org/reactjs-functional-components/). It introduces some new ways of calling functional components you can play around with if you feel a burning desire to do so. For the time being don't worry too much about Class components, which the resource also goes into.

react/introduction/introduction_to_react.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,3 @@ The following questions are an opportunity to reflect on key topics in this less
5454

5555
- [What is the purpose of React?](#what-is-react)
5656
- [What are the benefits of using React?](#why-cover-react)
57-
58-
### Additional resources
59-
60-
This section contains helpful links to related content. It isn't required, so consider it supplemental.
61-
62-
- If you are interested in learning more about React's history, check out this [documentary on React's origin story by CultRepo](https://www.youtube.com/watch?v=8pDqJVdNa44).

react/introduction/setting_up_a_react_environment.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,3 @@ The following questions are an opportunity to reflect on key topics in this less
149149
- [What is in the `public` folder?](#delving-deeper)
150150
- [What is in the `src` folder?](#delving-deeper)
151151
- [Why are the React Developer Tools useful?](#developer-tools)
152-
153-
### Additional resources
154-
155-
This section contains helpful links to related content. It isn't required, so consider it supplemental.
156-
157-
- [Intro to React Dev Tools](https://www.youtube.com/watch?v=rb1GWqCJid4) gets you up to speed with a quick overview of the basic features of React Dev tools in Chrome.

0 commit comments

Comments
 (0)