mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
tip format for intro
This commit is contained in:
committed by
Connor McSheffrey
parent
8d2b4a9a25
commit
bfbcb5362b
@@ -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,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).
|
||||
|
||||
Reference in New Issue
Block a user