Skip to content

Commit 57bafd4

Browse files
committed
Start cleaning components section
1 parent a3f04a5 commit 57bafd4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ A collection of awesome things regarding React ecosystem.
3434
- [Components](#components)
3535
- [Libraries](#libraries)
3636
- [Integration](#integration)
37-
- [Routing](#routing)
3837
- [Forms](#forms)
3938
- [Autocomplete](#autocomplete)
4039
- [Documentation Tools](#documentation-tools)
@@ -268,6 +267,9 @@ A collection of awesome things regarding React ecosystem.
268267

269268
#### React Tools
270269

270+
##### Fundamental Components
271+
* [react-router - A complete routing solution for React.js](https://github.com/rackt/react-router)
272+
271273
##### Boilerplates
272274
* [React Starter Kit - a skeleton of an "isomorphic" web application](https://github.com/kriasoft/react-starter-kit)
273275
* [React Redux Universal Hot Example](https://github.com/erikras/react-redux-universal-hot-example)
@@ -281,6 +283,7 @@ A collection of awesome things regarding React ecosystem.
281283
* [react-webpack-node - Boilerplate for an universal/isomorphic React + Redux/alt Flux](https://github.com/choonkending/react-webpack-node)
282284
* [react-native-nw-react-calculator - Mobile, desktop and website Apps with the same code](https://github.com/benoitvallon/react-native-nw-react-calculator)
283285

286+
284287
##### Components
285288
* [React Components](http://react-components.com/)
286289
* [React Component List](http://dvemac.github.io/react-component-list/)
@@ -520,12 +523,6 @@ A collection of awesome things regarding React ecosystem.
520523
* [react-dropzone - Simple HTML5 drag-drop zone with React.js.](https://github.com/paramaggarwal/react-dropzone)
521524
* [aframe-react - A-Frame VR + React](https://github.com/ngokevin/aframe)
522525

523-
##### Routing
524-
* [react-router - A complete routing solution for React.js](https://github.com/rackt/react-router)
525-
* [react-router-component - Declarative router component for React](https://github.com/STRML/react-router-component)
526-
* [routr - A component that provides router related functionalities from Yahoo](https://github.com/yahoo/routr)
527-
* [react-router-reverse - Route reversal and helpers for react-router-reverse](https://github.com/ngokevin/react-router-reverse)
528-
529526
##### Forms
530527
* [React Forms](http://facebook.github.io/react/docs/forms.html)
531528
* [react-forms - Forms library for React](https://github.com/prometheusresearch/react-forms)

0 commit comments

Comments
 (0)