Skip to content

Commit 61974fa

Browse files
authored
Update README.md
1 parent c3fdcc4 commit 61974fa

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,11 @@
22

33
[![Build Status](https://travis-ci.org/adamziel/react-router-named-routes.svg?branch=master)](https://travis-ci.org/adamziel/react-router-named-routes)
44

5-
If you tried upgrading to React-Router 1, 2, 3, 4, or 5 you probably realized that
6-
they deliberately removed support for named routes without any deprecations or
7-
grace period:
5+
This package provides support for named routes for React-Router 1, 2, 3, 4, and 5.
86

9-
https://github.com/rackt/react-router/issues/1840#issue-105240108
10-
11-
This affects a lot of people:
7+
The support for named routes was once part of a core, but got removed at some point:
128

13-
* This is a breaking change, and not a small one
14-
* A lot of existing software is effectively stuck on old version of react
15-
since the upgrade requires too much effort
16-
* It is perfectly valid function to have, any decent web framework offers
17-
some kind of url_by_name() or reverse() function
18-
* It just makes certain things easier.
19-
20-
I needed to "just upgrade" my application to newer react version, without spending
21-
hours on refactoring. Also I **wanted** to use named routes. So I created
22-
this package.
9+
https://github.com/rackt/react-router/issues/1840#issue-105240108
2310

2411
## Installation
2512

0 commit comments

Comments
 (0)