{"id":24860619,"url":"https://github.com/hedaukartik/bun-react-csr-base","last_synced_at":"2025-10-15T06:30:38.791Z","repository":{"id":223718338,"uuid":"761219482","full_name":"hedaukartik/bun-react-csr-base","owner":"hedaukartik","description":"Client side rendering React App tooled with Bun template","archived":false,"fork":false,"pushed_at":"2024-03-27T05:12:57.000Z","size":65,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T22:11:10.468Z","etag":null,"topics":["bun","csr","react","react-router-dom-v6"],"latest_commit_sha":null,"homepage":"https://bun-react-csr-hedaukartik.koyeb.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hedaukartik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-02-21T13:16:23.000Z","updated_at":"2025-03-21T19:41:17.000Z","dependencies_parsed_at":"2024-03-04T07:46:09.390Z","dependency_job_id":null,"html_url":"https://github.com/hedaukartik/bun-react-csr-base","commit_stats":null,"previous_names":["hedaukartik/bun-react-csr-base"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/hedaukartik/bun-react-csr-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedaukartik%2Fbun-react-csr-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedaukartik%2Fbun-react-csr-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedaukartik%2Fbun-react-csr-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedaukartik%2Fbun-react-csr-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hedaukartik","download_url":"https://codeload.github.com/hedaukartik/bun-react-csr-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedaukartik%2Fbun-react-csr-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279058340,"owners_count":26094844,"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-15T02:00:07.814Z","response_time":56,"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":["bun","csr","react","react-router-dom-v6"],"created_at":"2025-01-31T21:12:24.985Z","updated_at":"2025-10-15T06:30:38.494Z","avatar_url":"https://github.com/hedaukartik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cp align=\"center\" style=\"box-shadow: 2px\"\u003e\n  \u003ca href=\"https://react.dev/\" rel=\"noopener\" target=\"_blank\" \u003e\u003cimg width=\"200\" src=\"https://github.com/hedaukartik/bun-react-csr-base/assets/35377972/5f7fac52-5225-4bb2-83a9-1c597d51cebc\" alt=\"react\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://bun.sh/\" rel=\"noopener\" target=\"_blank\" \u003e\u003cimg width=\"200\" src=\"https://bun.sh/logo-square.png\" alt=\"bun\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eReact client side rendering apps tooled with Bun\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nPowerful React app building using Bun runtime, bunder, transpiler, package manager, and test runner.\n\n`bun` `react` `csr` `typescript` `scss` `react-router-dom-v6`\n\n\u003c/div\u003e\n\n## You need `bun` installed in your system for this template:\n\n```bash\ncurl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL\n```\n\n### To use this template to start a new react client-side rendering project from scratch:\n\n```bash\nbun create https://github.com/hedaukartik/bun-react-csr-base name-of-your-project\n```\n\n### To install dependencies:\n\n```bash\nbun install\n```\n\n### To run:\n\n```bash\nbun dev\n```\n\nThis project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.\n    \n### node_modules after first working react app-\n\n\u003cimg width=\"316\" alt=\"image\" src=\"https://github.com/hedaukartik/bun-react-csr-base/assets/35377972/53a584dd-8675-4b02-ba51-f6a33789c93f\"\u003e\n\n\n### Known issues to fix:\n* [x] Routing using react-router-dom during CSR.\n* [x] Page refresh on sub-routes should show the correct screen and not file not found.\n* [x] If any file is changed in the `./src` folder, a new build should be created to show the latest changes.\n* [x] When lazy loading components, bun bundler does not import the files as expected to fix. https://github.com/oven-sh/bun/issues/9151\n* [x] Fix css, scss loader issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedaukartik%2Fbun-react-csr-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhedaukartik%2Fbun-react-csr-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedaukartik%2Fbun-react-csr-base/lists"}