Skip to content

Commit

Permalink
react post
Browse files Browse the repository at this point in the history
  • Loading branch information
thejspr committed Jun 29, 2016
1 parent d9256be commit 378406e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions _posts/2016-06-26-learning-react-resources.md
@@ -0,0 +1,41 @@
---
layout: post
title: Learning React - Resources
---

I've recently been getting into React, and this post is a list of the
resources I found useful and insightful whilst learning this new technology.


### [Pete Hunt: React: Rethinking best practices](https://www.youtube.com/watch?v=x7cQ3mrcKaY)

Pete Hunt describes how React is designed and the thoughts and ideas behind how
it works, and the problems it solves compared to other libraries. A good place
to start. From JSConf EU 2013, but still relevant.

<iframe width="560" height="315" src="https://www.youtube.com/embed/x7cQ3mrcKaY"
frameborder="0" allowfullscreen></iframe>


### [Thinking in React](https://facebook.github.io/react/docs/thinking-in-react.html)

Step-by-step buide to building a simple component in React. Written by Pete Hunt
as well.


### [React documentation](https://facebook.github.io/react/docs/getting-started.html)

The official React documentation is a great up-to-date resource for learning the
ins and outs of the library.


### [ES6 guide](https://mrzepinski.gitbooks.io/es6-guide/content/index.html)

A great free guide for ES6 describing all the exciting new features coming to
JavaScript. You can safely use it today with a transpiler like BabelJS or the
like.


## That's it!

For now... I will post more resources as I go deeper down the rabbit hole.

0 comments on commit 378406e

Please sign in to comment.