Here is a guide for refactoring legacy code or adding new components to the codebase.
Pure Components vs Smart Components
...
Every new view that is created should have a corresponding story in Storybook
. To do that, create a new folder and corresponding file that endas ends in ".stories.js" in the stories
folder, and import the pure component in that file.