{"id":18609795,"url":"https://github.com/unlight/react-typescript-realworld-example-app","last_synced_at":"2026-03-12T07:01:31.176Z","repository":{"id":48769870,"uuid":"258624868","full_name":"unlight/react-typescript-realworld-example-app","owner":"unlight","description":"React TypeScript realworld example app","archived":false,"fork":false,"pushed_at":"2023-07-20T03:59:10.000Z","size":1056,"stargazers_count":16,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T08:54:41.711Z","etag":null,"topics":["realworld-example","realworld-frontend","realworld-react"],"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/unlight.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":"2020-04-24T21:08:48.000Z","updated_at":"2025-03-16T00:17:33.000Z","dependencies_parsed_at":"2025-04-10T22:42:05.615Z","dependency_job_id":null,"html_url":"https://github.com/unlight/react-typescript-realworld-example-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unlight/react-typescript-realworld-example-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Freact-typescript-realworld-example-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Freact-typescript-realworld-example-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Freact-typescript-realworld-example-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Freact-typescript-realworld-example-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unlight","download_url":"https://codeload.github.com/unlight/react-typescript-realworld-example-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Freact-typescript-realworld-example-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30417685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T06:40:58.731Z","status":"ssl_error","status_checked_at":"2026-03-12T06:40:40.296Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["realworld-example","realworld-frontend","realworld-react"],"created_at":"2024-11-07T03:07:19.526Z","updated_at":"2026-03-12T07:01:31.159Z","avatar_url":"https://github.com/unlight.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RealWorld Example App\n\n\u003e ### React/Recoil/TypeScript codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.\n\n### [Demo](https://github.com/gothinkster/realworld) [RealWorld](https://github.com/gothinkster/realworld)\n\nThis codebase was created to demonstrate a fully fledged fullstack application built with **React/Recoil/TypeScript** including CRUD operations, authentication, routing, pagination, and more.\n\nWe've gone to great lengths to adhere to the **React/Recoil/TypeScript** community styleguides \u0026 best practices.\n\nFor more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.\n\n## Stack\n\n- TypeScript\n- React\n- Recoil\n- Vite\n- ESLint\n\n## How it works\n\n### Layers:\n\n- App (Pages) -\u003e Application \u003c- (via interface) \u003c- API (Services, Infrastructure)\n- Common: UI\n\n### Architecture notes\n\n- src/components: reusable ui components\n\n## Getting started\n\n```sh\nnpm ci\nnpm run dev\n```\n\n## Resources\n\n- https://demo.realworld.io/\n- https://realworld-docs.netlify.app/docs/specs/backend-specs/endpoints\n- https://github.com/recoil-world/react-recoil-realworld-example-app\n- https://gist.github.com/unlight/68a69ba19c06512f18f254ff702a9e38 - frontend architecture layers\n- https://blog.johnnyreilly.com/2022/09/20/react-usesearchparamsstate/\n\n## Todo\n\n- pagination - https://tailwindow.github.io/component-tailwindcss/components/button/pagination/index.html#\n  https://ahooks.js.org/hooks/use-pagination\n- get rid of class-validator (use zod)\n- switch to react location\n- https://realworld-docs.netlify.app/docs/specs/backend-specs/endpoints\n- https://github.com/gothinkster/realworld/tree/master/api\n- react boundaries\n- use suspension\n- use https://github.com/erictooth/react-stateful-tabs\n- use 2 components for tabs do not use feed query param\n- setIsLoading make as global indicator error and pending\n- notification component https://www.tailwind-kit.com/components/alert https://tailwindow.github.io/component-tailwindcss/components/alert/alert-1/index.html https://tailwindow.github.io/component-tailwindcss/components/alert/alert-2/index.html\n\n## Users\n\n- gymynaxeru@mailinator.com\n- tetikokucy@mailinator.com\n- mynesy@mailinator.com\n- password: Pa$$w0rd!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funlight%2Freact-typescript-realworld-example-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funlight%2Freact-typescript-realworld-example-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funlight%2Freact-typescript-realworld-example-app/lists"}