Skip to content

Commit c396c3c

Browse files
committed
Merge pull request enaqx#381 from k2052/k2052-add-thinking-in-react-to-books
Add "Thinking In React" to books section
2 parents 247ddf8 + 7c90a6f commit c396c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ A collection of awesome things regarding React ecosystem.
10871087
* [react-webpack-cookbook - A cookbook for using Webpack with React JS](http://christianalfoni.github.io/react-webpack-cookbook)
10881088
* [Conquering React Native](http://www.conqueringreactnative.com/) - A hands-on course on building apps with React Native.
10891089
* [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.
1090+
* [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.
10901091

10911092
---
10921093
### Demos

0 commit comments

Comments
 (0)