diff --git a/cookbook/cb-01-introduction-tip.md b/cookbook/cb-01-introduction-tip.md new file mode 100644 index 00000000..2b5e3b47 --- /dev/null +++ b/cookbook/cb-01-introduction-tip.md @@ -0,0 +1,12 @@ +--- +id: introduction-tip +title: Cookbook Introduction +layout: docs +permalink: introduction-tip.html +--- + +The React.js cookbook provides common React tips, bite-sized information that can surprisingly answer lots of questions you might have had and warn you against common pitfalls. + +### Contributing + +Submit a pull request to the [React repo](https://github.com/facebook/react) following the cookbook entries' style. If you have a recipe that needs review prior to submitting a PR you can find help in the [#reactjs IRC on freenode](irc://chat.freenode.net/reactjs) or the [reactjs Google group](http://groups.google.com/group/reactjs). diff --git a/cookbook/cb-01-introduction.md b/cookbook/cb-01-introduction.md index f3f39c73..d9b1b0c9 100644 --- a/cookbook/cb-01-introduction.md +++ b/cookbook/cb-01-introduction.md @@ -3,11 +3,10 @@ id: introduction title: Cookbook Introduction layout: docs permalink: introduction.html -next: inline-styles.html --- The React.js cookbook provides solutions for common questions asked when working with the React framework. It's written in the [cookbook format](http://shop.oreilly.com/category/series/cookbooks.do) commonly used by O'Reilly Media. See [Inline Styles](inline-styles.html) recipe as an example. ### Contributing -Submit a pull request to the [React repo](https://github.com/facebook/react) with a recipe in the cookbook format (Problem, Solution, Discussion). If you have a recipe that needs review prior to submitting a PR you can find help in the [#reactjs IRC on freenode](irc://chat.freenode.net/reactjs) or the [reactjs Google group](http://groups.google.com/group/reactjs). \ No newline at end of file +Submit a pull request to the [React repo](https://github.com/facebook/react) with a recipe in the cookbook format (Problem, Solution, Discussion). If you have a recipe that needs review prior to submitting a PR you can find help in the [#reactjs IRC on freenode](irc://chat.freenode.net/reactjs) or the [reactjs Google group](http://groups.google.com/group/reactjs).