{"id":19719429,"url":"https://github.com/gomagoma676/tanstack-react-query-rtk-todos","last_synced_at":"2026-02-15T23:05:06.384Z","repository":{"id":113494442,"uuid":"517670134","full_name":"GomaGoma676/tanstack-react-query-rtk-todos","owner":"GomaGoma676","description":"High Performance React development : Section 3 🚀 updated to React18, @tanstack/react-query, react-router-dom-v6","archived":false,"fork":false,"pushed_at":"2022-10-08T08:29:01.000Z","size":482,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T21:39:08.585Z","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,"zenodo":null}},"created_at":"2022-07-25T13:10:25.000Z","updated_at":"2025-01-01T10:07:12.000Z","dependencies_parsed_at":"2023-10-15T08:47:45.114Z","dependency_job_id":null,"html_url":"https://github.com/GomaGoma676/tanstack-react-query-rtk-todos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GomaGoma676/tanstack-react-query-rtk-todos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-todos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-todos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-todos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-todos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GomaGoma676","download_url":"https://codeload.github.com/GomaGoma676/tanstack-react-query-rtk-todos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GomaGoma676%2Ftanstack-react-query-rtk-todos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29491999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:17.008Z","updated_at":"2026-02-15T23:05:06.374Z","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-todos --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-todos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgomagoma676%2Ftanstack-react-query-rtk-todos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomagoma676%2Ftanstack-react-query-rtk-todos/lists"}