Skip to content

Commit

Permalink
docs: Update README for release (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Jun 14, 2019
1 parent 79c1d93 commit ca2d4b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

_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 Expand Up @@ -1054,5 +1052,5 @@ import Route from 'found/lib/Route';
[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/next.svg
[npm-badge]: https://img.shields.io/npm/v/found.svg
[npm]: https://www.npmjs.org/package/found

0 comments on commit ca2d4b2

Please sign in to comment.