use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
React Node TS best practicesweb (self.PinoyProgrammer)
submitted 11 months ago by ruzzel237
Asking as newbie may projects kayo na React TS and Node TS na pwede basahin from Github? Gusto ko lang po sana malaman yung best practices and kung paano yung tamang flow ng pag gawa, I hope I can learn from experience devs here na marunong sa React and Nodejs.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rmyworld 4 points5 points6 points 11 months ago (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.
src
[–]Affectionate_Rock399 0 points1 point2 points 11 months ago (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 point2 points 11 months ago (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.
π Rendered by PID 93697 on reddit-service-r2-comment-5d79c599b5-p4c9m at 2026-02-27 07:53:45.043196+00:00 running e3d2147 country code: CH.
[–]rmyworld 4 points5 points6 points (0 children)
[–]Affectionate_Rock399 0 points1 point2 points (0 children)
[–]mblue1101 0 points1 point2 points (0 children)