React

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

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

React Router in create-react-app

2021-07-03
Let's see how to use react-router in the React project with create-react-app.
see more ▶︎

[React] Context API

2023-03-18
Let's see how to use Context API to manage the global data in React.
see more ▶︎

[React] Props and State

2021-07-01
Let's see what Props and State are and how to use Props and State to manage the data in React.
see more ▶︎

[React] GitHub Actions for Prettier and ESLint

2023-03-18
Let's see how to execute Prettier and ESLint by GitHub Actions in React.
see more ▶︎

[React] husky, lint-staged

2021-06-27
Let's see how to use husky and lint-staged to execute ESLint and Prettier automatically when you commit the code to Git.
see more ▶︎

[React] ESLint

2023-01-25
Let's see how to use ESLint in React to find errors and bugs by analyzing the source code.
see more ▶︎

[React] Prettier

2023-03-18
Let's see how to keep the same code format by Prettier in React.
see more ▶︎

Test with react-testing-library in create-react-app

2023-03-18
Let's see how to use react-testing-library to test the React project created by create-react-app.
see more ▶︎