I Found the Perfect Open Source React Project (Code Review)

  Рет қаралды 62,703

Cosden Solutions

Cosden Solutions

2 ай бұрын

🚀 Project React → cosden.solutions/project-react
Repo → github.com/nodejs/nodejs.org
Join The Discord! → discord.cosden.solutions
VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"
In this video we will review the perfect open source React project. This project has all of the best practices and design patterns implemented, and is a phenomenal model to use for your own applications. We will learn about scalable architecture, clean code and components, and how to build a project that can handle hundreds of developers working on it at the same time. This literally is the perfect open source React project!

Пікірлер: 43
@YancyGarretSaac
@YancyGarretSaac 2 ай бұрын
Thank you for this video! I was requesting this kind of content on discord a month ago 😊
@ShailendraSingh-cd2ln
@ShailendraSingh-cd2ln 2 ай бұрын
As always your videos are really good.
@chadrackkyungu2167
@chadrackkyungu2167 2 ай бұрын
Wow thank you for the video, I have been looking to learn how to structure the application to a point where it can scale , again thank you so much love it
@JesseStrangfeld
@JesseStrangfeld 2 ай бұрын
The reason for the higher-order components is to be able to use them directly in the MDX files. By embedding React components into the Markdown, authors can dynamically add or remove components from the page rendering without having to change any coding.
@nemeziz_prime
@nemeziz_prime 2 ай бұрын
This is so cool! I really like how you teach the best practices for React using live real-world examples to explain how to organize code and write good code. I believe writing code is one thing, but organizing code is as important as writing code. Maintainibility ftw xD Once again thanks a lot!
@yusuf9633
@yusuf9633 2 ай бұрын
Amazing boss thanks for this
@ceb418_yashnitinkamble6
@ceb418_yashnitinkamble6 2 ай бұрын
Thankyou Cosden for this amazing opensource repo.... we'll definitely start to contribute to this repo and also gather best approaches from it
@afzalhamdulay
@afzalhamdulay 2 ай бұрын
At first i thought why grim is commenting here😂
@DoerNation
@DoerNation 2 ай бұрын
​@@afzalhamdulay😂
@powerrampage
@powerrampage 2 ай бұрын
Great video content.
@pryff9569
@pryff9569 2 ай бұрын
What do you think about the WSD architecture in large React projects?
@curiouslycory
@curiouslycory 2 ай бұрын
They did so many great things but the lack of "src" directory makes me so uncomfortable. I wonder if there's a discussion somewhere that explains the thinking because that would be amazing. Mixing camel case and kabab case for files is also unnecessary clutter. Why would you want contributors to have to decide which to use each time?
@lebronjaimeslannister
@lebronjaimeslannister 2 ай бұрын
+1 on this
@mrbutish
@mrbutish 2 ай бұрын
Because every single folder added is a potential ../path/ for imports, also you can only manage your own files case, on a big project it is inevitable someone will mix camel case and hyphens in their functions, variable names, file names, metadata configuration while working between python and JavaScript and Java naming conventions
@curiouslycory
@curiouslycory 2 ай бұрын
@@mrbutish You can add a linting rule that prevents mixed case. Define once, no longer inevitable. Clean code and project structures allow us to more quickly find files, read code, and spot problems thanks to the way the human brain does pattern matching. It also helps avoid decision fatigue by making file and variable naming a smidgen easier.
@rand0mtv660
@rand0mtv660 2 ай бұрын
@@curiouslycory yeah setting it up as a lint rule just also lets reviewers focus on other important things and not kebab vs camel case conventions during reviews. Let linters do this boring work that's prone to errors and easy to overlook, but hard and tedious to enforce manually.
@viperactual
@viperactual 2 ай бұрын
You can still use a "src" directory.
@akashthoriya
@akashthoriya 2 ай бұрын
Suggest more such projects, because it's hard to find good open-source react projects
@imkir4n
@imkir4n 2 ай бұрын
Thanks man.
@WilliamShrek
@WilliamShrek 2 ай бұрын
Awesome!!!!🥳
@stvn-light
@stvn-light 2 ай бұрын
How do you make your videos so smooth? What are you recording this video with?
@cosdensolutions
@cosdensolutions 2 ай бұрын
Screen studio
@mani_naik
@mani_naik 2 ай бұрын
Is there some open source react project with redux ?
@guddisAlex
@guddisAlex Ай бұрын
I looked into the code and really liked all the stuff they put in and how they structured their project... really clean! One thing I dont know about is having all components in index files, isnt it hard to search for files or not?! Another thing i dont know about is to use const and FC do define components?! Why not just a normal function? The overuse of arrow function in const i dont like generally... I tend to use const only if I really need it. Having your functions in actual functions it does not matter where you have it in your component, but nowadays everything has to be in a const var, which originally was meant to define constants ;) And I dont even think they used the pages folde ras the pages router, I think they just used the folder to organize their markdown files or no?!
@faez322
@faez322 2 ай бұрын
Like your PERSIAN tattoo bro!😍
@Govind_rana500
@Govind_rana500 2 ай бұрын
That's Arabic script
@faez322
@faez322 2 ай бұрын
@@Govind_rana500 Thats PERSIAN. google it. این نیز بگذرد
@codealireza
@codealireza 2 ай бұрын
@@Govind_rana500 arabic and persian using the same script almost but totally different languages and his tattoo is in persian language which says "this too shall pass"
@jaspervandenbroucke1277
@jaspervandenbroucke1277 2 ай бұрын
Hey, what are some problems in web/software development that companies/developers can face these days? I ask this because I have to do some research on a specific problem in IT.
@imok5746
@imok5746 2 ай бұрын
What level in react should watch this?
@_bestbeast
@_bestbeast 2 ай бұрын
Please make a video on phone authentication in nextjs
@meowWeee
@meowWeee Ай бұрын
can you share your react course in other platforms like codedamn, udemy some other
@Amirthanand
@Amirthanand 2 ай бұрын
Whats a "__foldername__" convention for ?
@Jay-pj7ob
@Jay-pj7ob 2 ай бұрын
Please change the file icons theme to material icons, if possible
@kizigamer6895
@kizigamer6895 2 ай бұрын
My doubt why use nextjs for this and not use Astro for it which will have better md support
@muhammadyousufhere
@muhammadyousufhere 2 ай бұрын
Vercel is being kind to nodejs
@PaweSmoka
@PaweSmoka 2 ай бұрын
It is not bad, nicely configured and a lot of ready to use solutions, yet it is far from being perfect (for example issues: default exports, no community based dir patterns, could use signals instead of hooks etc, global styles /a lot of it/, too generic naming / hooks, util /, no module based split so types are global etc. etc.. )
@m12652
@m12652 2 ай бұрын
This project won't run for me, just get a bunch of module not found errors all pointing to shiki/langs/... Also... it uses a whole bunch of google api's and fonts, not good practice for production from my perspective. Would be interested to see something similar for sveltekit 👍
@dhananjaym9148
@dhananjaym9148 2 ай бұрын
man give me coupon code for project react ❤
@brooklyn6683
@brooklyn6683 2 ай бұрын
❤😅
@edhahaz
@edhahaz 2 ай бұрын
Not overkill, beyond overkill
@imornar
@imornar 2 ай бұрын
I lost you at hoc usage, thanks, i'll pass
I Built a Game with React (Code Review)
23:46
Cosden Solutions
Рет қаралды 5 М.
Why Did They Do This?! (Code Review)
18:48
Cosden Solutions
Рет қаралды 14 М.
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 3,6 МЛН
🌊Насколько Глубокий Океан ? #shorts
00:42
Мы никогда не были так напуганы!
00:15
Аришнев
Рет қаралды 3,3 МЛН
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 108 МЛН
You Are Using useEffect Wrong
14:40
Cosden Solutions
Рет қаралды 32 М.
Stop Doing Code Reviews
18:21
ThePrimeTime
Рет қаралды 95 М.
Interview with Senior JS Developer 2024 [NEW]
6:45
Programmers are also human
Рет қаралды 454 М.
Reviewing your React Code: Episode #3
14:27
Youssef Benlemlih
Рет қаралды 5 М.
Single Responsibility Principle in React (Design Patterns)
16:50
Cosden Solutions
Рет қаралды 45 М.
Is this the perfect React app? - Code Review
11:02
Cosden Solutions
Рет қаралды 37 М.
Learn React Hooks: useEffect - Simply Explained!
14:07
Cosden Solutions
Рет қаралды 117 М.
Reusable Create & Edit Form in React (React Hook Form, Zod)
16:46
Cosden Solutions
Рет қаралды 21 М.
How JavaScript Ruined the Web
15:02
Eric Murphy
Рет қаралды 111 М.
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 3,6 МЛН