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: about 2 months ago
JSON representation

Extensible route-based routing for React applications

Lists

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