From 7dc1743175626b3ca41135959d660a45d698e5ca Mon Sep 17 00:00:00 2001 From: "dennis.ludwig" Date: Tue, 22 Jun 2021 16:39:47 +0200 Subject: [PATCH] Set storybook to adopt --- radar/2019-11-01/storybook.md | 2 +- radar/2021-01-01/storybook.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 radar/2021-01-01/storybook.md diff --git a/radar/2019-11-01/storybook.md b/radar/2019-11-01/storybook.md index 0e34e17..29bf9a9 100644 --- a/radar/2019-11-01/storybook.md +++ b/radar/2019-11-01/storybook.md @@ -5,4 +5,4 @@ quadrant: tools --- [Storybook](https://storybook.js.org/) is a user interface development environment and playground for UI components. The tool enables developers to create components independently and showcase components interactively in an isolated development environment. -Storybook runs outside of the main app so users can develop UI components in isolation without worrying about app specific dependencies and requirements. +Storybook runs outside the main app so users can develop UI components in isolation without worrying about app specific dependencies and requirements. diff --git a/radar/2021-01-01/storybook.md b/radar/2021-01-01/storybook.md new file mode 100644 index 0000000..157a19d --- /dev/null +++ b/radar/2021-01-01/storybook.md @@ -0,0 +1,15 @@ +--- +title: "Storybook" +ring: adopt +quadrant: tools + +--- +In recent years, Storybook has become the de facto standard for creating UI components in isolation. +We have been using Storybook in many projects for quite some time now and really loving the approach. + +With version 6, the config has been greatly simplified to achieve the goal of a zero-config approach in the future. +* compatible and easy to integrate with major frameworks like react, angular, vue ... +** presets for Create React App, Next.js, nuxt ... +* build in typescript support +* build in addons like controls, actions, docs ... +* growing library of third party addons