How would you structure, and where would you store your custom React components as a library?
I am a rookie React freelancer. I have a few components that I want to abstract away for future use , and use them in a lot of projects. What is the best way to store these components? NPM packages, GitHub repo?
Eddy Hernandez
UI Engineer
I would store components source in GitHub and use NPM for publishing/distributing releases.
Here's my checklist for maintaining components: