Skip to content

Commit

Permalink
docs: Note prereleases in README (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Jan 1, 2019
1 parent fbe7af1 commit 1ee0886
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.3 releases](https://github.com/4Catalyzer/found/releases), tagged `latest` on npm. For the v0.4 prereleases tagged `next` on npm, see the [`next`](https://github.com/4Catalyzer/found/tree/next) 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 1ee0886

Please sign in to comment.