From f09a39d96306308fa7a231d8ab3b62f46e9f60f1 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Thu, 27 Nov 2014 08:48:16 +0100 Subject: [PATCH] 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. --- docs/docs/getting-started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index f92ea04b14..9af5a906e0 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -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!