Plugins: the React way
There are different approaches to shared code: libraries, frameworks, plugins, etc. (and "the React way", we will get to it a bit later)
But it turns out, it's very hard to write a good library, and it's very easy to write a bad library.
… Read more »