We want to have a library where to host our UI components s.t. they can be easily shared within our Nx workspace. In many cases a Nx workspace starts like this, and then over time we add new applications, either because new projects start or even because we split up existing projects into multiple ones for a better scalability. Furthermore, having a shared UI library is a common scenario especially in larger real-world applications to encapsulate the corporate design components
In this lesson, we look into how to configure our Nx React Storybook setup to work with Tailwind CSS.
Prefer to read along as well? Here's the accompanying article.