React

React

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

[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-05-29
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-05-29
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-05-29
Let's see how to change the Storybook background color in the TypeScript based Next.js project.
see more ▶︎

[Next.js] Storybook V6

2023-05-29
Let's see how to use Storybook in Next.js based on TypeScript for Component Driven Development.
see more ▶︎

[Next.js] Storybook V7

2023-05-29
Let's see how to use Storybook V7 in Next.js based on TypeScript for Component Driven Development.
see more ▶︎

[Next.js] Test

2023-05-29
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-05-29
Let's see how to use absolute path to import components in Next.js with TypeScript.
see more ▶︎

[Next.js] ESLint

2023-05-31
Let's see how to configure ESLint in Next.js.
see more ▶︎

[Next.js] Prettier

2023-05-29
Let's see how to configure Prettier in Next.js.
see more ▶︎

[Next.js] TypeScript

2023-05-29
Let's see how to apply and use TypeScript in the Next.js project.
see more ▶︎

[Next.js] Getting Started

2023-05-29
Let's see how to create and start the React project with Next.js.
see more ▶︎