This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Description
Implement Storybook.js
Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.
This fits very nicely with our approach to solid-react-components. Storybook gives us a smooth way to develop, test, and demonstrate our individual components outside of the generator.