© 2023 Hashnode
#storybook
Welcome to this series, where I will share my journey with you as I attempt to build a bridging aggregator react plugin alongside my mentor and the boys. Before we dive deep into the first week's acti…
Before initializing Storybook we need to have an initialized project. For example, for a React App, we would do the following (Start a new React Project) npx create-next-app # Vite alternative # npm c…
Storybook is a tool that helps you develop and test your UI components in isolation. It can be used with any framework, but it is especially well-suited for Angular applications. In this blog post, we…
Another week, another newsletter. Let’s get to it! Around the Web If you’re interested in learning React Native, the Unleash the Power of React Native to Build Mobile Apps course from freeCodeCamp lo…
Frontend development is a critical aspect of web development. The front end is the user interface that users see and interact with on their devices. A well-designed and intuitive user interface can ma…
Introduction ✨ Visual regression testing is a critical aspect of modern web development that helps ensure that code changes don't break the intended design and functionality of a website or applicatio…
A few weeks ago I created a template library using technologies such as Vite, React, Typescript, Vitest, and Storybook. It also manages automatically version releases using GitHub Actions. Just want t…
Foreword 👋🏼 Hey, my name is Dima! I am a frontend-engineer who loves to solve problems. One day at my contracting work we faced serious developer experience issues with running our Storybook.js visu…
Favicons, short for "favorite icons," are small images or icons that appear in the browser tab, bookmarks, and other areas of the browser UI. Adding a favicon to your Storybook application can help to…
React is a widely used JavaScript library for building user interfaces and single-page applications. To ensure the quality and reliability of your React code, testing is crucial. There are two main fo…