{"id":15771478,"url":"https://github.com/thollander/scale-demo-pokemon","last_synced_at":"2026-04-29T17:37:54.964Z","repository":{"id":60207872,"uuid":"541689831","full_name":"thollander/scale-demo-pokemon","owner":"thollander","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-06T09:54:19.000Z","size":131,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T15:07:25.641Z","etag":null,"topics":["csr","hacktoberfest","isr","nextjs","ssg","ssr"],"latest_commit_sha":null,"homepage":"https://scale-demo-pokemon.vercel.app/","language":"JavaScript","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/thollander.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-09-26T16:50:55.000Z","updated_at":"2023-03-07T03:02:56.000Z","dependencies_parsed_at":"2024-10-25T14:54:47.390Z","dependency_job_id":"e51841b6-a5ba-4ee9-bd41-05e198e8b872","html_url":"https://github.com/thollander/scale-demo-pokemon","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":"0.16666666666666663","last_synced_commit":"1e440a7ac100d8e431075a20117f255ee20b9216"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thollander/scale-demo-pokemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thollander%2Fscale-demo-pokemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thollander%2Fscale-demo-pokemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thollander%2Fscale-demo-pokemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thollander%2Fscale-demo-pokemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thollander","download_url":"https://codeload.github.com/thollander/scale-demo-pokemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thollander%2Fscale-demo-pokemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32437105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T17:34:55.123Z","status":"ssl_error","status_checked_at":"2026-04-29T17:34:45.749Z","response_time":110,"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":["csr","hacktoberfest","isr","nextjs","ssg","ssr"],"created_at":"2024-10-04T15:02:43.168Z","updated_at":"2026-04-29T17:37:54.941Z","avatar_url":"https://github.com/thollander.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project shows different ways of rendering apps :\n\n- CSR : https://scale-demo-pokemon.vercel.app/csr\n- SSR : https://scale-demo-pokemon.vercel.app/ssr\n- SSG : https://scale-demo-pokemon.vercel.app/ssg\n- ISR : https://scale-demo-pokemon.vercel.app/isr\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## CSR\n\n| Theme | Status |\n|---|---|\n| Scale | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png)  Easy to scale |\n| Performance | ![#ff7f00](https://via.placeholder.com/15/ff7f00/ff7f00.png) \"Blank page\" then render |\n| SEO | ![#f00](https://via.placeholder.com/15/f00/f00.png) Not SEO friendly |\n| Data integrity | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png) Fresh data |\n\n## SSR\n\n| Theme | Status |\n|---|---|\n| Scale | ![#ff7f00](https://via.placeholder.com/15/ff7f00/ff7f00.png)  Harder to scale |\n| Performance | ![#ff7f00](https://via.placeholder.com/15/ff7f00/ff7f00.png) Renders directly but waits for server |\n| SEO | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png) SEO compliant |\n| Data integrity | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png) Fresh data |\n\n## SSG\n\n| Theme | Status |\n|---|---|\n| Scale | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png)  Easy to scale |\n| Performance | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png) Renders directly |\n| SEO | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png) SEO compliant |\n| Data integrity | ![#f00](https://via.placeholder.com/15/f00/f00.png) Data retrieved once at build time |\n\n## ISR\n\n| Theme | Status |\n|---|---|\n| Scale | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png)  Easy to scale |\n| Performance | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png) Renders directly |\n| SEO | ![#0f0](https://via.placeholder.com/15/0f0/0f0.png) SEO compliant |\n| Data integrity | ![#ff7f00](https://via.placeholder.com/15/ff7f00/ff7f00.png) Data retrieved at build time and refreshed periodically |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthollander%2Fscale-demo-pokemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthollander%2Fscale-demo-pokemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthollander%2Fscale-demo-pokemon/lists"}