Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Storybook !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome Storybook !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 (https://storybook.js.org)
@@ -40,14 +40,12 @@
Tutorials
- Learn Storybook (https://www.learnstorybook.com/) - A set of tutorials to learn Storybook.
- Practical Guide to Storybook-Driven Development (https://dzone.com/articles/practical-guide-to-storybook-driven-development) - A tutorial on how to use the Storybook tool as a means of 
templating and driving forward your development efforts.
- Practical Guide to Storybook-Driven Development (https://dzone.com/articles/practical-guide-to-storybook-driven-development) - A tutorial on how to use the Storybook tool as a means of templating and driving forward your development 
efforts.
- Adding Storybook Style Guide to a Create React App (https://www.youtube.com/watch?v=va-JzrmaiUM) - A tutorial on how to add Storybook in an application generated with Create React App.
- Build your components with Storybook (https://www.youtube.com/watch?v=_jttw14T52o) - A tutorial on how to create your components and exposing them in a Storybook.
- Storybook React with Full Dark Mode Integration (https://davidyeiser.com/tutorials/storybook-react-with-dark-mode) - A tutorial on how to integrate Storybooks dark mode toggle with your 
React components.
- Intro to Storybook with React Tutorial & Example  (https://snipcart.com/blog/storybook-react-tutorial-example) - Learn how to build UI components in Storybook with React for better 
collaboration from design to implementation.
- Storybook React with Full Dark Mode Integration (https://davidyeiser.com/tutorials/storybook-react-with-dark-mode) - A tutorial on how to integrate Storybooks dark mode toggle with your React components.
- Intro to Storybook with React Tutorial & Example  (https://snipcart.com/blog/storybook-react-tutorial-example) - Learn how to build UI components in Storybook with React for better collaboration from design to implementation.
Presentations
@@ -58,24 +56,21 @@
Blog posts
- How I manage to make my Storybook project the most efficient possible (https://dev.to/loicgoyet/how-i-manage-to-make-my-storybook-project-the-most-efficient-possible-2d8o) - A set of useful
tips to help you manage a Storybook project.
- How I manage to make my Storybook project the most efficient possible (https://dev.to/loicgoyet/how-i-manage-to-make-my-storybook-project-the-most-efficient-possible-2d8o) - A set of useful tips to help you manage a Storybook project.
- Storybook 5.2 (https://medium.com/storybookjs/storybook-5-2-794958b9b111) - World-class design systems infrastructure.
- Storybook DocsPage (https://medium.com/storybookjs/storybook-docspage-e185bc3622bf) - Beautiful documentation, instantly.
- Storybook Docs sneak peek (https://medium.com/storybookjs/storybook-docs-sneak-peak-5be78445094a) - Turning stories into living documentation.
- Storybook 5.0 (https://medium.com/storybookjs/storybook-5-0-db1d0f9c83b8) - A features' showcase about the biggest release to date.
- Real-time accessibility testing with Storybook (https://medium.com/storybookjs/instant-accessibility-qa-linting-in-storybook-4a474b0f5347) - A comprehensive overview of the accessibility 
testing tools offered in Storybook.
- Real-time accessibility testing with Storybook (https://medium.com/storybookjs/instant-accessibility-qa-linting-in-storybook-4a474b0f5347) - A comprehensive overview of the accessibility testing tools offered in Storybook.
- Using Storybook with VueJS (https://auth0.com/blog/using-storybook-with-vuejs/) - Learn how to build a component library with Vue and Storybook to create modular and reusable components.
- Setting up Storybook for Preact (https://www.iamdeveloper.com/posts/setting-up-storybook-for-preact-p5a/) - A handy guide allowing us to add storybook easily on a Preact project.
- Setting up a Component Library with React and Storybook (https://auth0.com/blog/setting-up-a-component-library-with-react-and-storybook/) - Learn how to set up a component library with 
React and Storybook to create modular and reusable components that can be shared across projects.
- Storybook - UI component development tool for React, Vue, and Angular (Article focusing on React) 
(https://dev.to/madhusudhansrinivas/storybook---ui-component-development-tool-for-react-vue-and-angular-article-focusing-on-react-29od) - A brief presentation of Storybook and how to setup on
a React application.
- Setting up a Component Library with React and Storybook (https://auth0.com/blog/setting-up-a-component-library-with-react-and-storybook/) - Learn how to set up a component library with React and Storybook to create modular and 
reusable components that can be shared across projects.
- Storybook - UI component development tool for React, Vue, and Angular (Article focusing on React) (https://dev.to/madhusudhansrinivas/storybook---ui-component-development-tool-for-react-vue-and-angular-article-focusing-on-react-29od) 
- A brief presentation of Storybook and how to setup on a React application.
- Storybook vs Styleguidist (https://blog.hichroma.com/storybook-vs-styleguidist-2bd93d6dcc06) - A comparison of the top UI component explorers.
- Five Reasons to Use Storybook Tests (https://spin.atomicobject.com/2017/11/20/storybook-tests-react/) - A complete walkthrough of different testing solutions for Storybook: Easy 
Cross-Browser Visual Checks, Interaction Testing and StoryShots for Snapshot Testing.
- Five Reasons to Use Storybook Tests (https://spin.atomicobject.com/2017/11/20/storybook-tests-react/) - A complete walkthrough of different testing solutions for Storybook: Easy Cross-Browser Visual Checks, Interaction Testing and 
StoryShots for Snapshot Testing.
Examples