From be3abaa14e7a367c2cd1865d469f25b45855a05a Mon Sep 17 00:00:00 2001 From: "Kaylah Rose M." <111713452+kaylahrose@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:40:33 -0700 Subject: [PATCH 1/3] Credit react founding engineer, remove facebook --- react-js/react-part-1-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-js/react-part-1-intro.md b/react-js/react-part-1-intro.md index 33905eedd..6d9bad32a 100644 --- a/react-js/react-part-1-intro.md +++ b/react-js/react-part-1-intro.md @@ -22,7 +22,7 @@ React is an open-source JavaScript library that is used for building user interf React allows developers to create large web applications that can change data, without reloading the page. The main purpose of React is to be fast, scalable, and simple. -[Facebook](https://www.facebook.com) created React as a framework to create reuseable components, like posts or comments, and allow the user see updates instantly. [Instagram](https://www.instagram.com/) and [Airbnb](https://www.airbnb.com/) use it too. +[Jordan Walke](https://en.wikipedia.org/wiki/React_(software)#:~:text=React%20was%20created%20by%20Jordan,HTML%20component%20library%20for%20PHP.), a software engineer at Meta, created React as a framework to create reuseable components, like posts or comments, and allow the user see updates instantly. [Instagram](https://www.instagram.com/) and [Airbnb](https://www.airbnb.com/) use it too. ### Objectives From 5bcbc6cb220a13db0d1dc7489f4dd68c34da6547 Mon Sep 17 00:00:00 2001 From: "Kaylah Rose M." <111713452+kaylahrose@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:50:47 -0700 Subject: [PATCH 2/3] Typo --- react-js/react-part-1-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-js/react-part-1-intro.md b/react-js/react-part-1-intro.md index 6d9bad32a..ba28925e0 100644 --- a/react-js/react-part-1-intro.md +++ b/react-js/react-part-1-intro.md @@ -42,7 +42,7 @@ React allows developers to create large web applications that can change data, w ### Guided Practice 1. Watch [Introduction to React (12 min video)](https://youtu.be/ycstRj2i66k) - - Note that "MVC" stands for Model, View, Control. + - Note that "MVC" stands for Model, View, Controller. 1. Spend just 5 minutes on this CodePen example of multiple instances of the same React component: a blue box. Press the "fork" button at the bottom to make a copy for yourself. Try adding a 4th box. Try making a new component called GreenBox that is green instead of blue. https://codepen.io/alodahl/pen/xxgoeqL 1. You can use any HTML element in React. Spend 5 minutes adding a new element like "button" or "a" in the same CodePen. 1. Look through these [Techtonica React slides](https://docs.google.com/presentation/d/1GOalyRi9UFy5er2Qul0jI70m24dP1ZgyVMHmyIc3GIo/edit#slide=id.p)(20 min read) From 5eda3cec85475694fea26131645d9ba1ac9bcce0 Mon Sep 17 00:00:00 2001 From: "Kaylah Rose M." <111713452+kaylahrose@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:58:37 -0700 Subject: [PATCH 3/3] Update language --- react-js/react-part-1-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-js/react-part-1-intro.md b/react-js/react-part-1-intro.md index ba28925e0..da74d8d79 100644 --- a/react-js/react-part-1-intro.md +++ b/react-js/react-part-1-intro.md @@ -22,7 +22,7 @@ React is an open-source JavaScript library that is used for building user interf React allows developers to create large web applications that can change data, without reloading the page. The main purpose of React is to be fast, scalable, and simple. -[Jordan Walke](https://en.wikipedia.org/wiki/React_(software)#:~:text=React%20was%20created%20by%20Jordan,HTML%20component%20library%20for%20PHP.), a software engineer at Meta, created React as a framework to create reuseable components, like posts or comments, and allow the user see updates instantly. [Instagram](https://www.instagram.com/) and [Airbnb](https://www.airbnb.com/) use it too. +[Jordan Walke](https://en.wikipedia.org/wiki/React_(software)#:~:text=React%20was%20created%20by%20Jordan,HTML%20component%20library%20for%20PHP.), a software engineer at Meta, created React as a library to create reuseable components, like posts or comments, and allow the user see updates instantly. [Instagram](https://www.instagram.com/) and [Airbnb](https://www.airbnb.com/) use it too. ### Objectives