Skip to content

taisei-13046/my-best-react-query

Repository files navigation

ディレクトリ構成

src
  ├ api // api層
  |  └ posts
  |      ├ hooks.ts
  |      ├ index.ts 
  |      ├ queryFn.ts
  |      ├ queryKey.ts
  |      └ types.ts
  ├ config // 設定管理
  ├ lib // libraryを管理
  ├ pages // UI層
  |   └ PostList
  |        ├ index.tsx
  |        └ usePostList.ts // ページ用カスタムフック
  ├ App.tsx 
  ├ index.css
  ├ main.tsx
  └ vite-env.d.ts

Qiita記事

https://qiita.com/taisei-13046/items/37d685ff07b561881935

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published