React

these blog posts are about how to develop with React. I will share my experience when I develop with React.

[Vite] Configure Stylelint(CSS-in-JS) in TypeScript-based React project

2024-04-22
Let's see how to add Stylelint to a TypeScript-based React project created using Vite to manage styles (CSS) in the CSS-in-JS environment.
see more ▶︎

[Vite] Configure Prettier in TypeScript-based React project

2024-04-22
Let's see how to add Prettier to a TypeScript-based React project created using Vite to manage code format consistently.
see more ▶︎

[Vite] Configure test environment in TypeScript-based React project

2024-04-22
Let's see how to configure a test environment in a TypeScript-based React project created using Vite.
see more ▶︎

[Vite] Getting started with TypeScript-based React project

2024-04-22
Let's see how to start a TypeScript-based React project using Vite.
see more ▶︎

Custom template for create-react-app

2023-10-30
Let's see how to create the custom template for create-react-app and make a React project with the custom template.
see more ▶︎

[Emotion] How to solve React does not recognize the XXXXX prop on a DOM element

2022-10-22
Let's see how to solve React does not recognize the XXXXX prop on a DOM element when use Emotion.
see more ▶︎

[Next.js] MUI

2023-03-18
Let's see how to add and use MUI(Material UI) that is the UI library in the Next.js project based on TypeScript.
see more ▶︎

[Next.js] Localization

2023-03-18
Let's see how to use next-translate for the localization on the Next.js project based on TypeScript.
see more ▶︎

[Next.js] Change Storybook background color

2023-03-18
Let's see how to change the Storybook background color in the TypeScript based Next.js project.
see more ▶︎

[Next.js] Storybook

2023-03-18
Le's see how to use Storybook in Next.js based on TypeScript for Component Driven Development.
see more ▶︎

[Next.js] Test

2022-05-08
Let's see how to configure Jest and React Testing Library to test the Next.js project based on TypeScript.
see more ▶︎

[Next.js] Absolute path

2023-03-18
Let's see how to use absolute path to import components in Next.js with TypeScript.
see more ▶︎