React

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

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

Jest

2021-07-09
create-react-app uses Jest for the testing. So, let's see how to use Jest.
see more ▶︎

styled-components in create-react-app

2023-03-18
Let's see how to apply and use styled-components to the React project created by create-react-app.
see more ▶︎

[TypeScript] Make Import path based on Root in create-react-app

2023-03-18
Let's see how to use the absolute path for importing components in the create-react-app project with TypeScript.
see more ▶︎

TypeScript in create-react-app

2023-03-18
Let's see how to apply TypeScript to the React project created by create-react-app.
see more ▶︎