You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
801 B
13 lines
801 B
11 years ago
|
---
|
||
|
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).
|