Skip to content

Commit

Permalink
README.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
dalikat committed Nov 5, 2016
1 parent e260775 commit 11a4999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/8-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Эти два пакета будут включены в раздел `"dependencies"`, а не `"devDependencies"`, потому что, в отличие от инструментов разработки, они должны быть в итоговой клиентской сборке (production).

Давайте переименуем файл `src/client/app.js` в `src/client/app.jsx` и напишем там немного кода на React и JSX:
Давайте переименуем файл `src/client/app.js` в `src/client/app.jsx` и напишем в нем немного кода на React и JSX:

```javascript
import 'babel-polyfill';
Expand Down

0 comments on commit 11a4999

Please sign in to comment.