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

preview_player
Показать описание

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!
Рекомендации по теме
Комментарии
Автор

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.

JesseStrangfeld
Автор

Thank you for this video! I was requesting this kind of content on discord a month ago 😊

YancyGarretSaac
Автор

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?!

guddisAlex
Автор

Suggest more such projects, because it's hard to find good open-source react projects

akashthoriya
Автор

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!

nemeziz_prime
Автор

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?

curiouslycory
Автор

Thankyou Cosden for this amazing opensource repo.... we'll definitely start to contribute to this repo and also gather best approaches from it

ceb_yashnitinkamble
Автор

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

chadrackkyungu
Автор

As always your videos are really good.

ShailendraSingh-cdln
Автор

What do you think about the WSD architecture in large React projects?

pryff
Автор

My doubt why use nextjs for this and not use Astro for it which will have better md support

kizigamer
Автор

How do you make your videos so smooth? What are you recording this video with?

stvn-light
Автор

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.. )

PaweSmoka
Автор

Is there some open source react project with redux ?

mani_naik
Автор

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.

jaspervandenbroucke
Автор

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 👍

m
Автор

can you share your react course in other platforms like codedamn, udemy some other

meowWeee
Автор

Please change the file icons theme to material icons, if possible

Jay-pjob
Автор

Please make a video on phone authentication in nextjs

_bestbeast
Автор

What level in react should watch this?

imok