Skip to content

Commit 8d6054e

Browse files
authored
Merge pull request #4534 from MahendraBishnoi29/patch-5
2 parents a814eb1 + f3695e8 commit 8d6054e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/fundamentals/part-1-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ We've tried to keep these explanations beginner-friendly, but we do need to make
3939

4040
:::important Prerequisites
4141

42-
- Familiarity with [HTML & CSS](https://internetingishard.com/).
42+
- Familiarity with [HTML & CSS](https://internetingishard.netlify.app/html-and-css/index.html).
4343
- Familiarity with [ES6 syntax and features](https://www.taniarascia.com/es6-syntax-and-feature-overview/)
4444
- Understanding of [the array and object spread operators](https://javascript.info/rest-parameters-spread#spread-syntax)
45-
- Knowledge of React terminology: [JSX](https://reactjs.org/docs/introducing-jsx.html), [State](https://reactjs.org/docs/state-and-lifecycle.html), [Function Components, Props](https://reactjs.org/docs/components-and-props.html), and [Hooks](https://reactjs.org/docs/hooks-intro.html)
45+
- Knowledge of React terminology: [JSX](https://react.dev/learn/writing-markup-with-jsx), [State](https://react.dev/learn/state-a-components-memory), [Function Components](https://react.dev/learn/your-first-component), [Props](https://react.dev/learn/passing-props-to-a-component), and [Hooks](https://react.dev/reference/react)
4646
- Knowledge of [asynchronous JavaScript](https://javascript.info/promise-basics) and [making AJAX requests](https://javascript.info/fetch)
4747

4848
:::

0 commit comments

Comments
 (0)