After the publication of this article (if you have not read it, I advise you to read it in order to understand more of what is being discussed in this article), enough time has passed, during which I added new functionality and refactored the previously written things.
I received many letters on various social networks asking to update the article to match the current codebase.
It’s great that many people liked the article and found something useful for themselves, so I found some free time to make an update. Let’s not waste any time, let’s get started! …
Hello everyone, let’s start by understanding what problem we are solving.
Every hour in the world, development teams grow. When a new member joins, the first step is onboarding to the project, and it takes a lot of time. Therefore, today we will reduce this time and the second goal is to improve developers communications with designers and managers.
Time is the most valuable thing a man can spend. — Theophrastus.
As a result, we will have such functionality in our Storybook:
1. See how component looks like
2. Interact with component options
3. …