React

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

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 ▶︎

[Next.js] Prettier

2022-04-01
Let's see how to configure Prettier in Next.js.
see more ▶︎

[Next.js] TypeScript

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

[Next.js] Getting Started

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

[React] Deploy to GitHub Pages

2023-03-18
Let's deploy the React project created by create-react-app to GitHub Pages.
see more ▶︎