Skip to content

Commit

Permalink
docs: Update README for changing master tracking (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Mar 1, 2019
1 parent d34df8c commit a9f28e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

_Extensible route-based routing for React applications._

**This branch tracks the [v0.4 prereleases](https://github.com/4Catalyzer/found/releases), tagged `next` on npm. For the v0.3 releases tagged `latest` on npm, see the [`v0.3-dev`](https://github.com/4Catalyzer/found/tree/v0.3-dev) branch.**

Found is a router for [React](https://facebook.github.io/react/) 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.
Expand Down

0 comments on commit a9f28e4

Please sign in to comment.