diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 9328dc203b4..7780cee4fba 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -6,22 +6,7 @@ hideRendererSelector: true export const RightArrow = () => ( - + ); @@ -48,94 +33,104 @@ Storybook is a standalone tool that runs alongside your app. It's a zero-config -Want to know more about the installation process? Check out the [installation guide](./install.md). - -Storybook works with many frontend tools. Choose your framework to get started and learn more. - -
Next.js is a React framework for building full-stack web applications.
- +React is the library for web and native user interfaces. Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.
+with Vite
+React is the library for web and native user interfaces. Webpack is a static module bundler for modern JavaScript applications.
+with Webpack
+React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces.
- +Vue is an approachable, performant, and versatile framework for building web user interfaces. Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.
+with Vite
+Vue is an approachable, performant, and versatile framework for building web user interfaces. Webpack is a static module bundler for modern JavaScript applications.
+with Webpack
+Angular is a development platform, built on TypeScript.
- +SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte.
- +Svelte is a front-end, open-source JavaScript framework for making interactive webpages. Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.
+with Vite
+Svelte is a front-end, open-source JavaScript framework for making interactive webpages. Webpack is a static module bundler for modern JavaScript applications.
+with Webpack
+Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects.
+with Vite
+Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. Webpack is a static module bundler for modern JavaScript applications.
+with Webpack
+A story captures the rendered state of a UI component. Each component can have multiple stories which describe all the "interesting" states that component supports.
- +Storybook automatically creates documentation for your components using your stories. That allows you to create UI library usage guidelines, design system sites, and more.
- +Stories are a pragmatic starting point for your UI testing strategy. You already write stories as a natural part of UI development, testing those stories is a low-effort way to prevent UI bugs over time.
- +Publishing your Storybook allows you to share your work with others. It can also be embedded in other places like Notion or Figma.
@@ -147,31 +142,31 @@ Storybook is a powerful tool that can help you with many aspects of your UI deve Once you've got the basics down, you can explore these other ways to get the most out of Storybook.