mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
14 lines
842 B
Markdown
14 lines
842 B
Markdown
---
|
|
id: introduction
|
|
title: Introduction
|
|
layout: tips
|
|
permalink: introduction.html
|
|
next: inline-styles.html
|
|
---
|
|
|
|
The React tips section provides bite-sized information that can answer lots of questions you might have and warn you against common pitfalls.
|
|
|
|
## Contributing
|
|
|
|
Submit a pull request to the [React repository](https://github.com/facebook/react) following the [current tips](https://github.com/facebook/react/tree/master/docs) entries' style. If you have a recipe that needs review prior to submitting a PR you can find help in the [#reactjs channel on freenode](irc://chat.freenode.net/reactjs) or the [reactjs Google group](http://groups.google.com/group/reactjs). Also, check the [Tips Wiki](https://github.com/facebook/react/wiki/Tips-(Previously-Cookbook)) for entries in-progress and general guidelines on writing React tips.
|