React components used in multiple projects?
I maintain a few Wordpress plugins that use the same custom react components. The react components themselves can be used the same way across all of the projects/plugins.
What's the best way to have a single react component repo that I can use across multiple projects to function as a single source of truth?