8 ms·
Ask HN: What are some good “goto” React codebases?
Hi HN,
Do you have any public React code-bases that you look to as good examples of a large project?
One that comes to mind for me is https://github.com/twilio/twilio-video-app-react.
It's TypeScript, has good test coverage, a good folder structure and more.
I'm onboarding some junior developers, and would like to show them some well-developed practices that are not just Medium-esque articles.
Thank you.
- sent-hil 4y agoHave you checked out https://github.com/enaqx/awesome-react#real-react-apps https://github.com/enaqx/awesome-react#real-react-apps? I haven't looked deeply into all of them, but couple look actively maintained.
- DistrictFun7572 4y agohttps://github.com/cypress-io/cypress-realworld-app https://github.com/cypress-io/cypress-realworld-app It's mainly about showing Cypress (which is something like Selenium or Playwright or what have you) but integrates it into a real world example with commonly used tools and frameworks.
- rozenmd 4y agoI keep a list here: https://maxrozen.com/examples-of-large-production-grade-open-source-react-apps https://maxrozen.com/examples-of-large-production-grade-open...
- jmarneweck 4y agoDoes anyone keep a list of "goto" Vue codebases?
- clintonwoo 4y agoYou don't have any good subsections of your own company's codebase? Perhaps that's a good starting point. This project I did could be handy: (https://github.com/clintonwoo/hackernews-remix-react https://github.com/clintonwoo/hackernews-remix-react) although it's using a relatively new framework Remix (which is great by the way)
- feczeri_c 4y agoUnfortunately the code base has had too many chefs in the kitchen, so to speak, and now we're trying to consolidate things bits at a time. One or two smaller sections is okay to demonstrate with, but it definitely helps seeing larger projects as the "end-goal". Appreciate the link.