1
1
#react-redux-boilerplate
2
- react+redux+react-hot-loader+react-router(async) and so on...
3
-
4
- react-router3 will console a warning , you can see[ #249 ] ( https://github.com/gaearon/react-hot-loader/issues/249 ) . don't worry!
2
+
3
+ react+redux+react-router3(async) and so on...
5
4
6
5
about test, I will write. please wait a moment!
7
6
@@ -12,25 +11,9 @@ $ git clone https://github.com/likun7981/react-redux-bolierplate
12
11
$ yarn install(or npm install)
13
12
$ npm start
14
13
```
14
+ ## Related issue
15
+ [ react-hot-loader do not support with async router] ( https://github.com/gaearon/react-hot-boilerplate/pull/61#issuecomment-218835358 )
16
+ [ router3 will console a warning with react-hot loader] ( https://github.com/gaearon/react-hot-loader/issues/249 )
15
17
## License
16
18
17
- (The MIT License)
18
-
19
- Permission is hereby granted, free of charge, to any person obtaining
20
- a copy of this software and associated documentation files (the
21
- 'Software'), to deal in the Software without restriction, including
22
- without limitation the rights to use, copy, modify, merge, publish,
23
- distribute, sublicense, and/or sell copies of the Software, and to
24
- permit persons to whom the Software is furnished to do so, subject to
25
- the following conditions:
26
-
27
- The above copyright notice and this permission notice shall be
28
- included in all copies or substantial portions of the Software.
29
-
30
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
31
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
34
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
35
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
36
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19
+ MIT
0 commit comments