hironomiu / typescript-react-v18-suspense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-react-v18-suspense

Node.js CI

React v18 での Suspense を絡めた data fetching 周りの実装とテストのサンプル

SetUp

npm install

Run

npm start

Testing

npm test

Memo

JSONPlaceholder:データの取得先

Install Memo

npx create-react-app . --template typescript
npm install --save-dev msw
npm install react-router-dom
npm install --save-dev @types/react-router-dom

Taiwind

Install Tailwind CSS with Create React App

React Query

npm install react-query

react-icons

npm install react-icons
npm install --save-dev @types/react-icons

About


Languages

Language:TypeScript 93.0%Language:HTML 6.1%Language:JavaScript 0.7%Language:CSS 0.2%