Skip to content

Commit 9f9f397

Browse files
committed
Merge branch 'master' of https://github.com/enaqx/awesome-react
2 parents 2b869f6 + 3c23af3 commit 9f9f397

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rvm:
44
before_script:
55
- gem install awesome_bot
66
script:
7-
- awesome_bot README.md --allow-redirect --white-list gaearon/flux-react-router-example,JedWatson/react-select,martinandert/react-inline,series/react-testing-cookbook,rnplay.org
7+
- awesome_bot README.md --allow-redirect --white-list gaearon/flux-react-router-example,JedWatson/react-select,martinandert/react-inline,series/react-testing-cookbook,rnplay.org,blog.vjeux,thinkinginreact

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ A collection of awesome things regarding React ecosystem.
504504
* [sweetalert-react - Using sweetalert in React](https://github.com/chentsulin/sweetalert-react)
505505
* [React Joyride - Create walkthroughs, tours and tooltips for your apps](http://gilbarbara.github.io/react-joyride/)
506506
* [react-file-reader-input - Complete control over styling + abstraction from file reading](https://github.com/ngokevin/react-file-reader-input)
507+
* [react-sortable-pane - Resizable and sortable pane component for React](https://github.com/bokuweb/react-sortable-pane)
507508

508509
#### Libraries
509510
* [react-magic - Automatically AJAXify plain HTML with the power of React](https://github.com/reactjs/react-magic)
@@ -1088,6 +1089,7 @@ A collection of awesome things regarding React ecosystem.
10881089
* [react-webpack-cookbook - A cookbook for using Webpack with React JS](http://christianalfoni.github.io/react-webpack-cookbook)
10891090
* [Conquering React Native](http://www.conqueringreactnative.com/) - A hands-on course on building apps with React Native.
10901091
* [React: Up & Running](http://shop.oreilly.com/product/0636920042266.do) - This book teaches you how to build components, the building blocks of your apps, as well as how to organize the components into large-scale apps.
1092+
* [Thinking In React](https://www.thinkinginreact.xyz): Learn React, Flux, Webpack, Redux and more. This book walks you through solving real world problems in a _React way_. Covers concepts like immutability, reducers, declarative views, and flux architectures through real world UI projects.
10911093

10921094
---
10931095
### Demos

0 commit comments

Comments
 (0)