{"id":13400415,"url":"https://github.com/frontarm/navi","last_synced_at":"2025-05-14T07:08:56.848Z","repository":{"id":44454119,"uuid":"69088184","full_name":"frontarm/navi","owner":"frontarm","description":"🧭 Declarative, asynchronous routing for React.","archived":false,"fork":false,"pushed_at":"2024-07-01T10:24:49.000Z","size":6862,"stargazers_count":2065,"open_issues_count":43,"forks_count":71,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-04-27T19:04:01.886Z","etag":null,"topics":["navi","react","routing","seo"],"latest_commit_sha":null,"homepage":"https://frontarm.com/navi/","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/frontarm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-logo.md","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":"2016-09-24T07:44:26.000Z","updated_at":"2025-04-09T20:53:25.000Z","dependencies_parsed_at":"2022-08-21T23:41:35.631Z","dependency_job_id":"91b07f96-3c02-49b8-b828-7813afb21540","html_url":"https://github.com/frontarm/navi","commit_stats":{"total_commits":790,"total_committers":35,"mean_commits":"22.571428571428573","dds":0.05316455696202527,"last_synced_commit":"f02f9fea58130f2e945ecdb209261e48ff01a9c3"},"previous_names":[],"tags_count":140,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontarm%2Fnavi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontarm%2Fnavi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontarm%2Fnavi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontarm%2Fnavi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontarm","download_url":"https://codeload.github.com/frontarm/navi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252288960,"owners_count":21724326,"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":["navi","react","routing","seo"],"created_at":"2024-07-30T19:00:51.779Z","updated_at":"2025-05-14T07:08:51.838Z","avatar_url":"https://github.com/frontarm.png","language":"TypeScript","readme":"\u003ch2 align=\"center\"\u003e\n  Navi (unmaintained)\n\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eUnmaintained\u003c/strong\u003e declarative, asynchronous routing for React.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/navi\"\u003e\u003cimg alt=\"NPM\" src=\"https://img.shields.io/npm/v/navi.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/frontarm/navi\"\u003e\u003cimg alt=\"Build\" src=\"https://travis-ci.org/frontarm/navi.svg?branch=master\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**Navi is an *unmaintained* JavaScript library for declaratively mapping URLs to asynchronous content.**\n\nIt comes with:\n\n- A set of modern React components and hooks, with Suspense support\n- A static HTML generation tool that works with create-react-app *without* ejecting\n- Great TypeScript support\n\n[View the docs \u0026raquo;](https://frontarm.com/navi/)\n\n\nQuick Start\n-----------\n\nAt it's core, Navi is just a router. You can use it with any React app – just add the `navi` and `react-navi` packages to your project:\n\n```bash\nnpm install --save navi react-navi\n```\n\nIf you'd like a more full featured starter, you can get started with [Create React/Navi App](https://frontarm.com/navi/create-react-navi-app/):\n\n```bash\nnpx create-react-navi-app my-app\ncd my-app\nnpm start\n```\n\nOr if you want to create a blog, use [create-react-blog](https://github.com/frontarm/create-react-blog):\n\n```bash\nnpx create-react-blog react-blog\ncd react-blog\nnpm start\n```\n\n\nGetting Started\n---------------\n\nFor a full introduction, see the [Getting Started](https://frontarm.com/navi/en/guides/getting-started/) guide on the Navi website.\n\n\nWho's using Navi?\n-----------------\n\n- [Frontend Armory](http://frontarm.com)\n- [Laska - a UI Builder for React Native](https://laska.io)\n- [Otovo](https://www.otovo.com/) uses Navi for serving 80+ pages across three different markets ([.no](https://www.otovo.no), [.se](https://www.otovo.se) and [.fr](https://www.otovo.fr/))\n- [Marek Calus' blog](https://mcalus.netlify.com/)\n- [Offset Earth](https://offset.earth/)\n- *Using Navi? Submit a Pull Request to add your site here!*\n\n\nContributing\n------------\n\nWe are grateful to the community for contributing bugfixes, documentation, translations, and any other improvements.\n\nThis repository is monorepo that holds the source for Navi and it's related packages, while the Navi website -- which includes Navi's documentation, is part of the [navi-website](https://github.com/frontarm/navi-website) repository.\n\n### Building and Testing Navi\n\nTo contribute code to Navi, you'll need to be able to build it and run the tests. To start, make sure you have [lerna](https://www.npmjs.com/package/lerna) 3.x installed globally:\n\n```bash\nnpm install -g lerna\n```\n\nThen fork, clone and bootstrap the repository:\n\n```bash\nlerna bootstrap\nyarn build\nyarn test\n```\n\nIf you're working on Navi itself, it's often easier to run builds and tests from `packages/navi`\n\n```bash\ncd packages/navi\nyarn test:watch\n```\n\nThe [examples](./examples) are set up to use the copy of Navi at `packages/navi/dist`, so they can also be useful for quickly testing changes.\n\n\nLicense\n-------\n\nNavi is MIT licensed.\n","funding_links":[],"categories":["Uncategorized","TypeScript","Utilities","目录","Packages","React [🔝](#readme)"],"sub_categories":["Uncategorized","Router","\u003ca id=\"router\"\u003e路由\u003c/a\u003e"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontarm%2Fnavi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontarm%2Fnavi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontarm%2Fnavi/lists"}