REACT FRONT TO BACK 2022 | DAY 79 | SET UP REACT PROJECT | TRAVERSY | 100 DAYS OF CODE | LILLY CODE

Опубликовано: 06 Май 2026
на канале: Lilly Code
703
8

Today is day 79 of #100daysofcode and we've started Brad Traversy's 'React Front to back 2022' course which is on sale on Udemy now for 2 more days at the price tag of 14.99 euros

Get it here: https://www.udemy.com/course/react-fr...

I got to section 3 today in this video (10/115), so maybe purchase it too and follow along :) Or wait until I've completed it, gave my feedback and see if it's still valuable for you, Udemy have frequent sales.

I covered the below today:
1. created a new react application to create a feedback page. Did this with the command npm create-react-app feedback-form --use-npm
2. Emmet to create tags automatically for us. To use Emmet which is inbuilt in VS code. Just add the following values to your settings.json (check out video to see how to access this and update)
"emmet.syntaxProfiles": {
"javascript": "jsx",
"xml": {
"attr_quotes": "single"
}
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
3. Created an app component and then a header component.
4. Looked at passing props to a component.

/*****---------------------------------------------------------------------------------------------------*****/

If the visual isn't so clear, hover over the video. Then go to the settings cog - like a wheel - in the bottom left of the video display. Then Select 'Quality' . Then change the selection to 1080p60HD

/*****---------------------------------------------------------------------------------------------------*****/

Links mention in this video:
Brad Traversy's 'React Front to back 2022'
https://www.udemy.com/course/react-fr...

So lets get into it.

/*****---------------------------------------------------------------------------------------------------*****/

I'm Lilly and I'm here to make coding easy. I want to help you learn how to code and avoid some of the pitfalls I fell into. I appreciate every one of you watching my videos. I hope my videos help you to learn code effectively.

This channel contains content on all things tech, career, code, and inspiration. After working at three tech companies now, I have gained knowledge and experience in how to learn and how not to learn! So together, we will go through topics & help YOU get there quicker.

Lets talk, any video suggestions and I will cover it! Leave a comment or send an email.

/*****---------------------------------------------------------------------------------------------------*****/

If you would like to support my work you can do so here:
Paypal: paypal.me/lillycode
Patreon: patreon.com/lillycode
Bitcoin: 3MXJoeQPmrACtJmVyhUf79xpbzEpkTgc9u
Ethereum: 0x836DffD1D60B1265eb9a5335D4790Ef07BA0F699

/*****---------------------------------------------------------------------------------------------------*****/

Connect on Twitter:   / lilly_code  
Email me: [email protected]