{"id":16177485,"url":"https://github.com/piterweb/reverrouter","last_synced_at":"2026-01-31T12:32:36.570Z","repository":{"id":257807405,"uuid":"866556840","full_name":"PiterWeb/ReverRouter","owner":"PiterWeb","description":"\u003c1kb ReverUI Router","archived":false,"fork":false,"pushed_at":"2024-10-05T12:48:10.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T09:21:34.364Z","etag":null,"topics":["react","react-router","rever","rever-router","reverouter","reverrouter","reverui"],"latest_commit_sha":null,"homepage":"https://reverui.vercel.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/PiterWeb.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,"publiccode":null,"codemeta":null}},"created_at":"2024-10-02T13:28:36.000Z","updated_at":"2024-10-05T12:48:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb0deeb3-3851-4a44-b965-d7e8c5a778ae","html_url":"https://github.com/PiterWeb/ReverRouter","commit_stats":null,"previous_names":["piterweb/reverrouter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PiterWeb/ReverRouter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FReverRouter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FReverRouter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FReverRouter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FReverRouter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiterWeb","download_url":"https://codeload.github.com/PiterWeb/ReverRouter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiterWeb%2FReverRouter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260221377,"owners_count":22976863,"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","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":["react","react-router","rever","rever-router","reverouter","reverrouter","reverui"],"created_at":"2024-10-10T05:08:37.547Z","updated_at":"2026-01-31T12:32:36.521Z","avatar_url":"https://github.com/PiterWeb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://badgen.net/bundlephobia/minzip/reverouter)\n\n# Rever(r)outer 📦\n\nThe router for [ReverUI](https://github.com/PiterWeb/ReverUI/)\n\n### Install it using\n    $ npm i reverouter\n\n### Example\n\n```ts\n// main.ts\n\nimport { $UI } from \"reverui\"; \nimport { $lazy, $Router } from \"reverouter\";\n\n$Router($UI ,{\n\t\"/\": () =\u003e import(\"./Banner\"), // Normal Route\n\t\"/todo\": $lazy(() =\u003e import(\"./Todo\")), // Lazy Route\n\t\"/counter\": $lazy(() =\u003e import(\"./Counter\")), // Lazy Route\n\t\"/counter-with-hook\": $lazy(() =\u003e import(\"./CounterWithHook\")), // Lazy Route\n});\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiterweb%2Freverrouter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiterweb%2Freverrouter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiterweb%2Freverrouter/lists"}