storybook
↔ popular Frontend Dev tool to isolate UI to doc/showcase/test, detangle Business Logic/state/Context
Source: storybook.js.org/
Storybook Addon
Addon extends storybook
UI & behaviour. to help prototype, test & doc
Atomic Design
Chromatic
tool to automate storybook
integrate CI git tooling. Freemium
Story
export default
Object to Declaratively render FC snapshot with specific key state to dev/test/doc
export default {
title "Button",
component: Button
}
export const ButtonRed = () => <Button label="Press me" backgroundColor="red" /\>
Source: storybook.js.org/docs/react/get
References
Storybook Addon
↔ Addon extendsstorybook
UI & behaviour. to help prototype, test & docyarn storybook
↔ to runstorybook
Storybook Concurrent Explorer on default port 6006unoptimized
↔prop
to set<Image\>
to serve unoptimized Image Element (for compat withstorybook
)Chromatic
↔ tool to automatestorybook
integrate CI git tooling. FreemiumStorybook Concurrent Explorer
↔storybook
loca dev server with autogen web page to view, edit & test UI in browser. built-in search