Adding link to wiki

Based on conversation in https://github.com/facebook/react/pull/2501. A good place to guide people further in finding the complete set of tools needed to build an application.
This commit is contained in:
Christian Alfoni 2014-11-27 08:48:16 +01:00
parent 5bd0b249b7
commit f09a39d963
1 changed files with 5 additions and 1 deletions

View File

@ -110,4 +110,8 @@ If you want to use React with [browserify](http://browserify.org/), [webpack](ht
## Next Steps
Check out [the tutorial](/react/docs/tutorial.html) and the other examples in the starter kit's `examples` directory to learn more. Good luck, and welcome!
Check out [the tutorial](/react/docs/tutorial.html) and the other examples in the starter kit's `examples` directory to learn more.
We also have a wiki where the community contributes with [workflows, UI-components, routing, data management etc.](https://github.com/facebook/react/wiki/Complementary-Tools)
Good luck, and welcome!