|
|
|
Ask HN: What are some good React tutorials?
|
|
144 points
by Kaladin
3723 days ago
|
|
I am beginner in this whole javascript/node ecosystem. Currently i am going through express.js framework, and would like add a client-side framework/library to my repertoire.Any suggestions would be welcome. |
|
http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial...
Learning Redux from the get go means you can skip a lot of React's internal state management / lifecycle methods.
The tutorial also covers a bunch of relevant topics like TDD with React, immutable.js, and socket.io.