# babel-preset-react > Babel preset for all React plugins. This preset always includes the following plugins: - [syntax-jsx](https://babeljs.io/docs/plugins/syntax-jsx/) - [transform-react-jsx](https://babeljs.io/docs/plugins/transform-react-jsx/) - [transform-react-display-name](https://babeljs.io/docs/plugins/transform-react-display-name/) And with the `development` option: - [transform-react-jsx-self](https://babeljs.io/docs/plugins/transform-react-jsx-self/) - [transform-react-jsx-source](https://babeljs.io/docs/plugins/transform-react-jsx-source/) > Note: Flow syntax support is no longer enabled in v7. For that, you will need to add the [Flow preset](https://babeljs.io/docs/plugins/preset-flow/). ## Install > You can also check out the React [Getting Started page](https://facebook.github.io/react/docs/hello-world.html) > For more info, check out the setup page on the [cli](/docs/setup/) and the [usage](/docs/usage/cli/) docs. Install the CLI and this preset ```sh npm install --save-dev babel-cli babel-preset-react ``` Make a .babelrc config file with the preset ```sh echo '{ "presets": ["react"] }' > .babelrc ``` Create a file to run on ```sh echo '