{"id":14990207,"url":"https://github.com/simplr/simplr-router","last_synced_at":"2025-04-12T02:06:02.778Z","repository":{"id":40649738,"uuid":"211264402","full_name":"Simplr/simplr-router","owner":"Simplr","description":"Simplr Router is a easy to use and easy to set up router for Web Components.","archived":false,"fork":false,"pushed_at":"2023-03-06T22:43:15.000Z","size":7989,"stargazers_count":48,"open_issues_count":11,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T02:05:57.424Z","etag":null,"topics":["hacktoberfest","javascript","routing","simplr","webcomponent","webcomponents"],"latest_commit_sha":null,"homepage":"https://simplr.github.io/simplr-router/","language":"HTML","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/Simplr.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":"2019-09-27T07:45:27.000Z","updated_at":"2024-09-22T17:35:18.000Z","dependencies_parsed_at":"2024-06-20T23:25:55.783Z","dependency_job_id":"bd9c22b2-20db-4580-bce4-75b7a7c1a1fb","html_url":"https://github.com/Simplr/simplr-router","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simplr%2Fsimplr-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simplr%2Fsimplr-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simplr%2Fsimplr-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simplr%2Fsimplr-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simplr","download_url":"https://codeload.github.com/Simplr/simplr-router/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505862,"owners_count":21115354,"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":["hacktoberfest","javascript","routing","simplr","webcomponent","webcomponents"],"created_at":"2024-09-24T14:19:42.528Z","updated_at":"2025-04-12T02:06:02.753Z","avatar_url":"https://github.com/Simplr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Title Image](assets/simplr-router-logo-banner.png)\n\n[![npm version](https://badgen.net/npm/v/@simplr-wc/router)](https://www.npmjs.com/package/@simplr-wc/router)\n\n# Simplr Router\n\nA small and effective routing solution for Web Components.\n\n## Getting started\n\nGet started using Simplr Router with [one of the guides from the documentation site](https://simplr.github.io/simplr-router/guides/getting-started/using-a-starter/)\n\n```javascript\nimport { SimplrRouter } from \"@simplr-wc/router\";\n\nconst routes = [\n  { path: \"\", component: \"minimal-setup\" },\n  { path: \"example\", component: \"example-view\" },\n  { path: \"dynamic/:id\", component: \"dynamic-view\" },\n];\n\nnew SimplrRouter({ routes }).init();\n```\n\n## Why\n\n#### Quick and Simple\n\nSimple to get up and running. Basic setup in just a few lines of code.\n\n#### Small\n\nNo dependencies and a small codebase means less breaking parts.\n0 dependencies means that what you see is what you get.\n\n#### Easy to transition into\n\nWorks by utilizing the native API's used for navigation and therefore doesn't require any extra steps compared to your every day MPA.\n\n#### Web Component focused\n\nBuilt with web components, for web components. Simplr Router was designed from the get go to be used in web component applications.\n\n#### Customizable\n\nEven though there's no configuration necessary to get started, the router ships with a lot of customizability to fit your needs.\n \n\n#### Performant\n\nAllowing for lazy loading and creating dynamic routes, Simplr Router is a great library for projects of all sizes.\nDiscover\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplr%2Fsimplr-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplr%2Fsimplr-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplr%2Fsimplr-router/lists"}