Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4catalyzer/found
Extensible route-based routing for React applications
https://github.com/4catalyzer/found
react redux router
Last synced: 4 days ago
JSON representation
Extensible route-based routing for React applications
- Host: GitHub
- URL: https://github.com/4catalyzer/found
- Owner: 4Catalyzer
- License: mit
- Created: 2016-08-27T18:48:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T15:55:35.000Z (about 1 month ago)
- Last Synced: 2024-10-16T08:32:12.500Z (29 days ago)
- Topics: react, redux, router
- Language: TypeScript
- Homepage: https://4catalyzer.github.io/found/
- Size: 9.04 MB
- Stars: 793
- Watchers: 17
- Forks: 55
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Found
Extensible route-based routing for React applications.
[![Travis][build-badge]][build] [![npm][npm-badge]][npm]
Found is a router for [React](https://reactjs.org/) applications with a focus on power and extensibility. Found uses static route configurations. This enables efficient code splitting and data fetching with nested routes. Found also offers extensive control over indicating those loading states, even for routes with code bundles that have not yet been downloaded.
Found is designed to be extremely customizable. Most pieces of Found such as the path matching algorithm and the route element resolution can be fully replaced. This allows [extensions](#extensions) such as [Found Relay](https://github.com/4Catalyzer/found-relay) to provide first-class support for different use cases.
Found uses [Redux](https://redux.js.org/) for state management and [Farce](https://github.com/4Catalyzer/farce) for controlling browser navigation. It can integrate with your existing store and connected components.
[build-badge]: https://img.shields.io/travis/4Catalyzer/found/master.svg
[build]: https://travis-ci.org/4Catalyzer/found
[npm-badge]: https://img.shields.io/npm/v/found.svg
[npm]: https://www.npmjs.org/package/found