Storybook
Storybook is an excellent tool to support UI web development. I hope it may improve our efficiency and productivity.
The main benefit is the possibility of executing the UI components in isolation without having to connect them to the backend or insert dump data. It allows us to focus first on the user usability and experience and next on implementing the business logic and infrastructure layer. The Storybook is also helpful in refactoring UI.
This issue introduces the Storybook into the Stork environment and provides some implementations of the Storybook's stories for existing Stork components.