React Like a Pro: React Best Practices

  Рет қаралды 9,986

PedroTech

PedroTech

Күн бұрын

To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/PedroTech . You’ll also get 20% off an annual premium subscription.
🚀 Learn ReactJS By Building 6 Projects: codedamn.com/learn/reactjs-pr...
🐙 GraphQL Course: codedamn.com/learn/graphql-fo...
Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Website: machadopedro.com
Linkedin: / machadop1407
Instagram: / pedro.fmachado_
Github: github.com/machadop1407
Business Email: pedro@pedrotech.co
🌟 Gear / Hardware I Use and Recommend 🌟
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
💻 amzn.to/42kqFuM 💻 Monitor
🖱️amzn.to/3C0ZhHb 🖱️ Mouse
📷 amzn.to/3OHJvbM 📷 My Camera
🎤 amzn.to/3oxSthj 🎤 My Microphone
⌨️ amzn.to/3oFPpj1 ⌨️ My Microphone
⚡ amzn.to/3MYMnzM ⚡ LED Lights In the Background
Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial
#reactjs #coding

Пікірлер: 33
@PedroTechnologies
@PedroTechnologies 3 ай бұрын
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/PedroTech . You’ll also get 20% off an annual premium subscription.
@godofwar8262
@godofwar8262 3 ай бұрын
Bro please start the backend series with node js beginners to advanced all things please i learn front-end from you Edit : hey Pedro by see likes you know what people want
@sabitsadiq
@sabitsadiq 2 ай бұрын
Honestly we need it also.
@vuuzo
@vuuzo 3 ай бұрын
2:58
@Jael__
@Jael__ 3 ай бұрын
About single responsibility component or independent component. I'm currently learning about redux and testing, and when i test a component that use useSelector in it, it became too complicated that i gave up. So i change that component to use props. I'm confuse about the single responsibility or independent component. is a component that use useSelector an independent component or a component that use props that an independent component??
@goedekoop501
@goedekoop501 2 ай бұрын
From my experience I’d like to share some info. The RxJs together with Graphql and TS works very well. It allows you to create flexible states and in additional you will be able to create a service layer that will be responsible for managing your requests (queries,mutations). Pedro, have you ever used such things?
@GianlucaBarranca
@GianlucaBarranca 2 ай бұрын
nice video Pedro , thx for your advice
@ahmedazouzi2899
@ahmedazouzi2899 3 ай бұрын
Thank you Pedro 🤠
@SahilBhosale08
@SahilBhosale08 3 ай бұрын
Thanks for the video Pedro
@zainulkhan8381
@zainulkhan8381 2 ай бұрын
Much insightful video @pedro
@LeoSolla
@LeoSolla 2 ай бұрын
Nice style man! Noooix Pedrão monstroo
@anubhavseet004
@anubhavseet004 2 ай бұрын
Hey pedro learned a lot from you , love you bro.
@srikanthmedicherla3651
@srikanthmedicherla3651 2 ай бұрын
Thanks Pedro! I was hoping if you can jump into some Design Patterns we can use in React? (eg: Provider Pattern, 2. Hooks Pattern, 3. Presentational & Container Component Patterns, 4. Render Prop Pattern, 5. High Order Component (HOC) Pattern.)
@recursion.
@recursion. 2 ай бұрын
pedro pedro pedro pedro pe 🕺🕺🕺🕺🕺
@emmanuelareiza9699
@emmanuelareiza9699 2 ай бұрын
TY Bro
@LucaFiorenzano
@LucaFiorenzano 2 ай бұрын
Brazilian compliments to this great video!
@KiranKumar-hz8ur
@KiranKumar-hz8ur 3 ай бұрын
Tq
@juniormutalbe3587
@juniormutalbe3587 2 ай бұрын
Pedro are you from Brazil?
@petarkolev6928
@petarkolev6928 2 ай бұрын
I highly suggest to try using Feature-Sliced Design :)
@antoineleduc7611
@antoineleduc7611 2 ай бұрын
I like atomic design for components, with atoms, molecule, organisms & page at least, to organise file structure Then we add folders : Utils/ Context/ Hooks/ Routes/ Services/
@mudassirdeveloper
@mudassirdeveloper 2 ай бұрын
Thanks pedro ,We all love you ,In future your talent will beat ,🧡🧡💥💥
@KiranKumar-hz8ur
@KiranKumar-hz8ur 3 ай бұрын
Need a project which works on react hooks for optimization 💥
@luisdomiciano
@luisdomiciano 3 ай бұрын
Boa Pedro! Brasil aqui
@youngdaveeofficial1590
@youngdaveeofficial1590 3 ай бұрын
pls create a sinlge mysql video
@tatendamuzenda8442
@tatendamuzenda8442 2 ай бұрын
lets get this guy to 200k subscribers
@Hamza__Sardar_Khan
@Hamza__Sardar_Khan 3 ай бұрын
We want backend from you in Node.Js and Next 😘😘😘
@PatrickHenry123
@PatrickHenry123 2 ай бұрын
bros selling out
@39abii
@39abii 3 ай бұрын
bro wasted one third of his video on intro and ad starts at 2:58 btw
@waleedsharif618
@waleedsharif618 3 ай бұрын
Please create mern project
@sakosa8784
@sakosa8784 3 ай бұрын
Damn im early af, 6 minutes
@OCEMTechZone
@OCEMTechZone 3 ай бұрын
🎉
@anazi
@anazi 2 ай бұрын
I use ABC structure. Which is something I came up with to simplify the way I manage react apps. a - app (To manage navigations and routing only) b- boards ( Are smart components take care of fetching and logic ) c - Components ( UI components that only receive props and can handle empty props ) --- This was my best solutions honestly it helped alot to have a clean app structure where I can immediately know the hierarchy of a certain element in my app. Also, I no longer use /src folder. Finally I changed (assets) folder to (resources) and (context) folder to (stores).. and so many other things to keep my app folder strcture clean without having to many folders start with the letter "c" for example (components, constants, context ..) so for constant I gave it a folder named "keys" this way the folder structure becomes a very nice top to bottom structure with the most important element is on top "app" and the least important elements are at the bottom "widgets, and zod" for mini components and validations that you only touch once and can copy and paste between projects without changing anything.
React server components from scratch!
19:43
Ben Holmes
Рет қаралды 30 М.
ОСКАР vs БАДАБУМЧИК БОЙ!  УВЕЗЛИ на СКОРОЙ!
13:45
Бадабумчик
Рет қаралды 6 МЛН
Now THIS is entertainment! 🤣
00:59
America's Got Talent
Рет қаралды 38 МЛН
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 24 МЛН
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 70 МЛН
Finally Fix Your Issues With JS/React Memory Management 😤
20:13
Jack Herrington
Рет қаралды 82 М.
5 Design Patterns That Are ACTUALLY Used By Developers
9:27
Alex Hyett
Рет қаралды 222 М.
Pretty much every website uses the wrong font size…
15:33
Theo - t3․gg
Рет қаралды 65 М.
The Story of Next.js
12:13
uidotdev
Рет қаралды 556 М.
The Heart of React || How React works under the hood
10:32
AI Bruise
Рет қаралды 16 М.
NVIDIA CEO says Don't Learn to Code ... why?
27:12
Stefan Mischook
Рет қаралды 156 М.
Top 6 React Hook Mistakes Beginners Make
21:18
Web Dev Simplified
Рет қаралды 564 М.
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,3 МЛН
Это - iPhone 16 и вот что надо знать...
17:20
Overtake lab
Рет қаралды 110 М.
Лазер против камеры смартфона
1:01
NEWTONLABS
Рет қаралды 376 М.
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 26 МЛН
ГОСЗАКУПОЧНЫЙ ПК за 10 тысяч рублей
36:28
Ремонтяш
Рет қаралды 540 М.