У нас вы можете посмотреть бесплатно React Storybook Crash Course или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Designing and testing components is crucial to every application, but it can be difficult to view components in isolation. This makes it hard to design and test components, but with Storybook this is no longer an issue. Storybook makes developing, testing, and working with a component library so much easier. You can test complex actions and ensure your components are always working as expected. In this video I will be showing you how to setup Storybook in React and how to create everything from basic to more advanced stories. 📚 Materials/References: GitHub Code: https://github.com/WebDevSimplified/s... PropTypes Video: • Learn React PropTypes In 13 Minutes PropTypes Article: https://blog.webdevsimplified.com/202... 🌎 Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon: / webdevsimplified Twitter: / devsimplified Discord: / discord GitHub: https://github.com/WebDevSimplified CodePen: https://codepen.io/WebDevSimplified ⏱️ Timestamps: 00:00 - Introduction 00:24 - Demo 01:10 - Setup 04:10 - How to create a basic story 06:40 - Add interactivity to stories 09:52 - Create multiple stories for one component 10:59 - Advanced stories #ReactStorybook #WDS #React