{"id":31649239,"url":"https://github.com/kiki-le-singe/nextjs-perf-showcase","last_synced_at":"2025-10-07T07:06:13.625Z","repository":{"id":307696737,"uuid":"1030396730","full_name":"kiki-le-singe/nextjs-perf-showcase","owner":"kiki-le-singe","description":"Performance-focused Next.js demos using smart code splitting and dynamic imports","archived":false,"fork":false,"pushed_at":"2025-10-02T09:57:39.000Z","size":69405,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T11:34:29.171Z","etag":null,"topics":["code-splitting","dynamic-imports","nextjs","performance","react","reactjs"],"latest_commit_sha":null,"homepage":"https://medium.com/@aalbertini95_90842","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/kiki-le-singe.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-01T15:09:50.000Z","updated_at":"2025-09-18T13:59:30.000Z","dependencies_parsed_at":"2025-09-05T17:30:38.136Z","dependency_job_id":null,"html_url":"https://github.com/kiki-le-singe/nextjs-perf-showcase","commit_stats":null,"previous_names":["kiki-le-singe/nextjs-perf-showcase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kiki-le-singe/nextjs-perf-showcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiki-le-singe%2Fnextjs-perf-showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiki-le-singe%2Fnextjs-perf-showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiki-le-singe%2Fnextjs-perf-showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiki-le-singe%2Fnextjs-perf-showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiki-le-singe","download_url":"https://codeload.github.com/kiki-le-singe/nextjs-perf-showcase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiki-le-singe%2Fnextjs-perf-showcase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278734421,"owners_count":26036405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["code-splitting","dynamic-imports","nextjs","performance","react","reactjs"],"created_at":"2025-10-07T07:06:12.565Z","updated_at":"2025-10-07T07:06:13.616Z","avatar_url":"https://github.com/kiki-le-singe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Performance Showcase\n\nThis project demonstrates various performance optimization techniques in Next.js.\n\n## Features Demonstrated\n\n### ✅ Code Splitting\n- **Dynamic imports** for heavy components (Chart.js, Leaflet, WaveSurfer.js)\n- **Lazy loading** with React.lazy and Suspense\n- **Bundle optimization** to reduce initial page load\n\n### ✅ Streaming\n- **Basic streaming** with skeleton loading states\n- **Dashboard streaming** with staggered component loading\n- **Nested streaming** with progressive content rendering\n- **Multiple loading patterns** (skeleton, spinner, placeholder)\n\n### 🚧 Coming Soon\n- And more performance techniques...\n\n\u003cbr /\u003e\n\n![Streaming](./docs/streaming.gif)\n\n\u003cbr /\u003e\n\n![Code Splitting](./docs/code-splitting.gif)\n\n\u003cbr /\u003e\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Audio Attribution\n\nMusic by [Tunetank](https://pixabay.com/users/tunetank-50201703/?utm_source=link-attribution\u0026utm_medium=referral\u0026utm_campaign=music\u0026utm_content=349853) from [Pixabay](https://pixabay.com/?utm_source=link-attribution\u0026utm_medium=referral\u0026utm_campaign=music\u0026utm_content=349853)\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiki-le-singe%2Fnextjs-perf-showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiki-le-singe%2Fnextjs-perf-showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiki-le-singe%2Fnextjs-perf-showcase/lists"}