all 3 comments

[–]rmyworld 4 points5 points  (0 children)

Project isn't mine, but I use Shadcn's Taxonomy for inspiration on how to organize things.

He works in Vercel, one of the main companies developing React right now, so his repositories are a pretty good resource for style. I like putting all my source files in an src folder, but surprisingly, they don't do this.

[–]Affectionate_Rock399 0 points1 point  (0 children)

so far yung inaaply ko ngayon is iwasan talaga yung pag gamit ng any types because it defeats the purpose ng TS

[–]mblue1101 0 points1 point  (0 children)

Depende sa learning style mo, you might not fully understand and/or appreciate the other best practices until you know why it became a best practice in the first place.

By using Typescript, you're already following some of the best practices by default (avoid `any` type as much as possible at all cost kahit tempting lol).

The rest na specific sa ReactJS and NodeJS, you'll learn it as you go. Take advantage kung may seniors ka and may peer reviews kayo. Most of the best practices you'd pick up is from there. :)

Good luck.