React

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

[Next.js] Storybook

2022-03-15
Le's see how to use Storybook in Next.js based on TypeScript for Component Driven Development.
see more →

[Next.js] Test

2022-02-21
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

2022-02-19
Let's see how to use absolute path to import components in Next.js with TypeScript.
see more →

[Next.js] Prettier

2022-02-18
Let's see how to configure Prettier in Next.js.
see more →

[Next.js] TypeScript

2022-02-17
Let's see how to apply and use TypeScript in the Next.js project.
see more →

[Next.js] Getting Started

2022-02-15
Let's see how to create and start the React project with Next.js.
see more →

[React] Deploy to GitHub Pages

2021-06-17
Let's deploy the React project created by create-react-app to GitHub Pages.
see more →

React Router in create-react-app

2021-06-16
Let's see how to use react-router in the React project with create-react-app.
see more →

[React] Context API

2021-06-15
Let's see how to use Context API to manage the global data in React.
see more →

[React] Props and State

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

2021-06-13
Let's see how to execute Prettier and ESLint by GitHub Actions in React.
see more →

[React] ESLint

2021-06-12
Let's see how to use ESLint in React to find errors and bugs by analyzing the source code.
see more →

SHARE
Twitter Facebook RSS