Introduction
Storybook is a lib that allows, among other things, the documentation of components in isolation, parallel to the application.
In this article, I will present a way to customize component documentation. I hope this will help bring visi...
Introduction
In this article, I'll show you how to use typescript-eslint and prettier to standardize code in a React project with Typescript.
The main goal is to demonstrate how to set up the libraries, add plugins, customize rules, and apply some ...