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?