Separate libraries Many teams, especially medium-large teams, often decide the best approach is to break up their components into multiple libraries. This tends to scale much better. Breaking up your…
Everything in one big library Some teams, particularly smaller ones, will often create a single library to house all of their components and styles for the sake of simplicity. This…
See the Pen UI Test by El Diablo (@diablo) on CodePen. The pros and cons The main benefit of this style is the “freshness” (at least for as long as it…