Browse Source

tip format for intro

main
Cheng Lou 11 years ago
committed by Connor McSheffrey
parent
commit
fb89fdb3d3
  1. 12
      cookbook/cb-01-introduction-tip.md
  2. 3
      cookbook/cb-01-introduction.md

12
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).

3
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).
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).

Loading…
Cancel
Save