{"id":22850043,"url":"https://github.com/reyronald/my-react-router-app","last_synced_at":"2026-05-05T07:33:02.290Z","repository":{"id":264155550,"uuid":"892534688","full_name":"reyronald/my-react-router-app","owner":"reyronald","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-02T11:06:04.000Z","size":709,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T12:36:52.872Z","etag":null,"topics":["react-router"],"latest_commit_sha":null,"homepage":"https://reyronald.github.io/my-react-router-app","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/reyronald.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":"2024-11-22T09:48:03.000Z","updated_at":"2024-12-16T20:05:50.000Z","dependencies_parsed_at":"2025-02-06T10:43:10.686Z","dependency_job_id":"fe9e983e-774f-49e4-aab0-1c4f7dd3aad3","html_url":"https://github.com/reyronald/my-react-router-app","commit_stats":null,"previous_names":["reyronald/my-react-router-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reyronald/my-react-router-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyronald%2Fmy-react-router-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyronald%2Fmy-react-router-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyronald%2Fmy-react-router-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyronald%2Fmy-react-router-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reyronald","download_url":"https://codeload.github.com/reyronald/my-react-router-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyronald%2Fmy-react-router-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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"],"created_at":"2024-12-13T05:06:12.497Z","updated_at":"2026-05-05T07:33:02.275Z","avatar_url":"https://github.com/reyronald.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My React Router v7 App!\n\nArchitecture patterns to figure out:\n\n- [x] Layout\n- [x] Data Fetching\n  - [x] Server loaders\n  - [x] Client loaders\n  - [x] Server loaders + Client loaders\n  - [x] Link module preloading\n  - [x] Resource preloading\n  - [x] React Query\n  - [x] React Query Prefetching\n  - [x] Hydration\n  - [x] Suspense\n  - [x] Error boundaries\n- [ ] Data mutations\n  - [ ] useFetcher\n  - [ ] Forms\n    - [ ] React Router \u003cForm /\u003e\n    - [ ] React Hook Form\n    - [ ] Conform\n    - [ ] CSRF\n  - [ ] Optimistic updates\n  - [ ] Input validation with Zod\n- [ ] Navigation\n  - [ ] Server navigation\n  - [ ] Client navigation\n  - [ ] View transitions\n- [x] Storybook\n  - [x] Build and deploy to Github Pages\n- [x] Testing with Vitest\n      See https://www.prisma.io/blog/testing-series-1-8eRB5p0Y8o\n  - [x] MSW\n  - [ ] CI: Sharding\n  - [ ] CI: GH Actions reporter\n  - [x] Acceptance\n  - [ ] Cypress/Playwright\n- [x] Linting\n  - [x] Make sure warings fail on CI\n  - [ ] React compiler eslint-plugin-react-compiler\n- [x] Formatting\n- [x] CI\n  - [x] Prevent PRs from being merged with formatting and lint errors. Don't use\n        precommit hooks\n  - [x] Don't run CI checks unless label is included\n  - [x] Bundle size checker\n  - [x] Dangerjs\n- [x] Environment variables\n- [ ] Internationalization\n- [ ] SEO\n  - [ ] Remove trailing slashes https://authenticdigital.nz/blog/trailing-slashes-and-seo\n  - [ ] Robots.txt\n  - [ ] isbot\n- [ ] Auth\n- [ ] Logging\n- [ ] Error reporting\n- [ ] Middlewares\n- [ ] Rate Limiting\n- [ ] CORS\n- [ ] Content Security Policy\n- [x] Database ORM\n- [ ] Consider tRPC instead of regular fetch\n- [ ] Service Workers for caching files\n- [ ] Web Workers\n\n- Ronald Rey\n\n# Welcome to React Router!\n\n- 📖 [React Router docs](https://reactrouter.com/dev)\n\n## Development\n\nRun the dev server:\n\n```shellscript\nnpm run dev\n```\n\n\u003e [!NOTE]\n\u003e For the Prisma CLI commands to work you need an `.env` file in the root of the project that has the value for `DATABASE_URL`. You can do that manually and get the value from `.env.local`, or just run `cp .env.local .env`\n\n## Deployment\n\nFirst, build your app for production:\n\n```sh\nnpm run build\n```\n\nThen run the app in production mode:\n\n```sh\nnpm start\n```\n\nNow you'll need to pick a host to deploy it to.\n\n### DIY\n\nIf you're familiar with deploying Node applications, the built-in app server is production-ready.\n\nMake sure to deploy the output of `npm run build`\n\n- `build/server`\n- `build/client`\n\n## Styling\n\nThis template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freyronald%2Fmy-react-router-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freyronald%2Fmy-react-router-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freyronald%2Fmy-react-router-app/lists"}