Storybook is a tool for developing UI components in isolation — meaning we can have components outside of our main app, make the necessary changes, and import them into our app knowing how they look.
Design systems have become an important part of any product development process, and chances are you already work with one. This system delivers a style guide for designers and developers to follow. You have many UI components with different patterns and variations. This is a perfect scenario to use Storybook.
Tailwind CSS is a highly customizable, low-level CSS framework.
It’s not a UI kit like many other frameworks — it gives you full control over how your website looks, all through CSS classes.
#react #typescript #tailwind css #javascript