React

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

[Vite] Configure Prettier in TypeScript-based React project

2024-03-06
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-02-06
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-02-05
Let's see how to start a TypeScript-based React project using Vite.
see more →

Custom template for create-react-app

2023-10-21
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-20
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

2022-03-27
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

2022-03-26
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

2022-03-22
Let's see how to change the Storybook background color in the TypeScript based Next.js project.
see more →

[Next.js] Storybook

2022-03-15
Le's see how to use Storybook in Next.js based on TypeScript for Component Driven Development.
see more →

[Next.js] Test

2022-02-21
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

2022-02-19
Let's see how to use absolute path to import components in Next.js with TypeScript.
see more →

[Next.js] Prettier

2022-02-18
Let's see how to configure Prettier in Next.js.
see more →

SHARE
Twitter Facebook RSS