Skip to content

Commit 29e8583

Browse files
committed
2 parents 2288f02 + 38cc3aa commit 29e8583

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# react-router-config-loader
22
[webpack](https://webpack.js.org/) loader transforms plain react router configuration object defined in json/yaml file into [react-router-config](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config) js module.
33

4+
[![npm version](https://badge.fury.io/js/react-router-config-loader.svg)](https://badge.fury.io/js/react-router-config-loader)
45
[![Build Status](https://travis-ci.org/grayyang/react-router-config-loader.svg?branch=master)](https://travis-ci.org/grayyang/react-router-config-loader)
56
[![Coverage Status](https://coveralls.io/repos/github/grayyang/react-router-config-loader/badge.svg?branch=master)](https://coveralls.io/github/grayyang/react-router-config-loader?branch=master)
6-
[![npm version](https://badge.fury.io/js/react-router-config-loader.svg)](https://badge.fury.io/js/react-router-config-loader)
7+
[![Greenkeeper badge](https://badges.greenkeeper.io/grayyang/react-router-config-loader.svg)](https://greenkeeper.io/)
78

89
## Motivation
910
[react-router-config](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config) provides one centralized routes configuration within react. However, the requirement to reference component classes directly in routes configuration limits its usage.
@@ -204,4 +205,4 @@ Once set to `true`, all `path` in route are treated as relative path to its pare
204205
]
205206
}
206207
]
207-
```
208+
```

0 commit comments

Comments
 (0)