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 extendsstorybookUI & behaviour. to help prototype, test & docyarn storybook↔ to runstorybookStorybook Concurrent Explorer on default port 6006unoptimized↔propto set<Image\>to serve unoptimized Image Element (for compat withstorybook)Chromatic↔ tool to automatestorybookintegrate CI git tooling. FreemiumStorybook Concurrent Explorer↔storybookloca dev server with autogen web page to view, edit & test UI in browser. built-in search