Update Flux README to point at website post/docs

This commit is contained in:
Ben Alpert 2014-05-12 01:33:53 -07:00
parent 76abdddae8
commit d46e1588f9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
The [React website](http://facebook.github.io/react) is a great resource for getting started.
A post on the [React Blog](http://facebook.github.io/react/blog/) is forthcoming to describe the Flux architecture in more detail.
Read the blog post announcing Flux: ["An Application Architecture for React"](http://facebook.github.io/react/blog/2014/05/06/flux.html), then read more about the [Flux architecture](http://facebook.github.io/react/docs/flux-overview.html) and a [TodoMVC tutorial](http://facebook.github.io/react/docs/flux-todo-list.html) explaining the structure of the files in this folder.
## Overview