{"id":13611577,"url":"https://github.com/rafaelrcamargo/r19","last_synced_at":"2025-08-28T08:04:37.102Z","repository":{"id":219758599,"uuid":"749067382","full_name":"rafaelrcamargo/r19","owner":"rafaelrcamargo","description":"A dead-simple React 19 \"framework\" implementation from scratch","archived":false,"fork":false,"pushed_at":"2025-05-14T15:33:27.000Z","size":3201,"stargazers_count":78,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T02:07:37.731Z","etag":null,"topics":["bun","esm","react","rsc"],"latest_commit_sha":null,"homepage":"https://cmrg.me/blog/rsc-part-1-the-backstory","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/rafaelrcamargo.png","metadata":{"files":{"readme":"docs/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":"2024-01-27T13:50:14.000Z","updated_at":"2025-06-06T22:54:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"52ad1377-39f0-4684-ad1c-46826f920d1c","html_url":"https://github.com/rafaelrcamargo/r19","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":0.12,"last_synced_commit":"8bdf70faf4bd294b2c9144c717dfd96362b08424"},"previous_names":["rafaelrcamargo/rsc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelrcamargo/r19","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrcamargo%2Fr19","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrcamargo%2Fr19/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrcamargo%2Fr19/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrcamargo%2Fr19/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelrcamargo","download_url":"https://codeload.github.com/rafaelrcamargo/r19/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrcamargo%2Fr19/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272466690,"owners_count":24939449,"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-08-28T02:00:10.768Z","response_time":74,"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","esm","react","rsc"],"created_at":"2024-08-01T19:01:58.120Z","updated_at":"2025-08-28T08:04:37.074Z","avatar_url":"https://github.com/rafaelrcamargo.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# R19 🏎️\n\nA React 19 \"framework\" **from scratch**.\n\n\u003e The name was definitely not inspired by F1 cars. :))\n\n## Features\n\nThis has a lot of cool caveats, like using Bun for most of the internals and _(maybe)_ the first React 19 framework to implement ESM and not a bundler like Webpack to be bundled.\n\n- [x] Bundling\n  - [x] TS Support\n    - [x] JSX Support\n  - [x] Assets (Images, Styles, etc...)\n- [x] File-based routing\n- [x] RSC (React Server Components)\n- [x] RSF (React Server Functions)\n- [x] SSR\n  - [x] Static export _(with `export const dynamic = \"force-dynamic\"` to opt-out)_\n    - [x] Serve static files for default route states\n\n## Examples\n\n- [x] Simple\n  - A basic overview of the features\n- [x] Advanced\n  - A more complex system with a SQLite database\n\n## Usage\n\nThis project uses `react-server-dom-esm` as the \"plugin\" to integrate with most of the React 19 features. But this package is not published yet, so you need to clone the `react` repo and build it yourself.\n\n```bash\ngit clone https://github.com/facebook/react.git\ncd react\nyarn \u0026\u0026 yarn build\n```\n\nThen, the `predev` script will copy the necessary files to the `node_modules` folder. _(It expects the `react` repo to be in the same parent directory as this repo.)_\n\nWith all the dependencies set up, you can run the project with:\n\n```bash\nbun i\nbun dev\n```\n\n## License\n\nI don't encourage anyone to use this project in production, **not even close to it**. This is just a fun project where all can learn more about React and its internals.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelrcamargo%2Fr19","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelrcamargo%2Fr19","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelrcamargo%2Fr19/lists"}