React

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

[React] husky, lint-staged

2021-06-12
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] Prettier

2021-06-11
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

2020-11-12
Let's see how to use react-testing-library to test the React project created by create-react-app.
see more →

Jest

2020-11-11
create-react-app uses Jest for the testing. So, let's see how to use Jest.
see more →

styled-components in create-react-app

2020-11-10
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

2020-11-09
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

2020-11-08
Let's see how to apply TypeScript to the React project created by create-react-app.
see more →

create-react-app

2020-11-07
Let's see how to use create-react-app to create a new React project
see more →

What is React

2020-11-06
Let's see what React is and what the characteristics of React are.
see more →

Images And Web Font in React

2019-06-14
let's see how to use Images and Web Font in React project based on Webpack.
see more →

React Router

2019-06-13
let's see how to use react-router to route the page in React.
see more →

Make Import path based on Root in React

2019-06-12
when import Component in React, let's make import path based on Root.
see more →

SHARE
Twitter Facebook RSS