{"id":19719439,"url":"https://github.com/gomagoma676/tanstack-react-query-rtk-lesson","last_synced_at":"2026-06-29T04:31:27.778Z","repository":{"id":113494435,"uuid":"517656786","full_name":"GomaGoma676/tanstack-react-query-rtk-lesson","owner":"GomaGoma676","description":"High Performance React development : Section 2 🚀 updated to React18, @tanstack/react-query, react-router-dom-v6","archived":false,"fork":false,"pushed_at":"2022-10-08T08:28:17.000Z","size":482,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T08:43:35.017Z","etag":null,"topics":["react-router-dom-v6","react18","tanstack-react-query"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GomaGoma676.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-25T12:30:45.000Z","updated_at":"2023-08-15T05:06:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ab8d5f0-7d82-49c2-9110-5ce9831db28a","html_url":"https://github.com/GomaGoma676/tanstack-react-query-rtk-lesson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GomaGoma676/tanstack-react-query-rtk-lesson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-lesson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-lesson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-lesson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-lesson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GomaGoma676","download_url":"https://codeload.github.com/GomaGoma676/tanstack-react-query-rtk-lesson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-lesson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34913586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-router-dom-v6","react18","tanstack-react-query"],"created_at":"2024-11-11T23:08:18.327Z","updated_at":"2026-06-29T04:31:27.761Z","avatar_url":"https://github.com/GomaGoma676.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 1. Project setup : \n### 1-1. yarn install *インストールしていない場合\n    npm install --global yarn\n    yarn --version\n### 1-2.  create-react-app\n    npx create-react-app react-query-lesson --template redux-typescript\n### 1-3.  Tailwind CSS のインストール\n### https://tailwindcss.com/docs/guides/create-react-app\n1. 下記二つのコマンドの実行\n~~~\nyarn add -D tailwindcss postcss autoprefixer  \nnpx tailwindcss init -p\n~~~\n2. tailwind.config.jsファイルを開いて、contentの箇所を下記内容に書き換え\n~~~\nmodule.exports = {\n  content: [\n    \"./src/**/*.{js,jsx,ts,tsx}\",\n  ],\n  theme: {\n    extend: {},\n  },\n  plugins: [],\n}\n~~~\n3. src/index.cssを下記3行で書き換え\n~~~\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\n~~~\n### 1-4. @tanstack/react-query axios react-router-dom heroicons のインストール\n    yarn add @tanstack/react-query @tanstack/react-query-devtools react-router-dom @types/react-router-dom axios@0.27.2 @heroicons/react@1.0.6\n### 1-5.  prettierの設定 : settingsでRequire Config + Format On Saveにチェック\n    touch .prettierrc\n~~~\n{\n    \"singleQuote\": true,\n    \"semi\": false\n}\n~~~  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomagoma676%2Ftanstack-react-query-rtk-lesson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgomagoma676%2Ftanstack-react-query-rtk-lesson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomagoma676%2Ftanstack-react-query-rtk-lesson/lists"}