mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-06 22:35:51 +08:00
Fix link to the article about BEM (#4858)
This commit is contained in:
@@ -506,7 +506,7 @@ class Button extends Component {
|
||||
}
|
||||
```
|
||||
|
||||
**This is not required for React** but many people find this feature convenient. You can read about the benefits of this approach [here](https://medium.com/seek-ui-engineering/block-element-modifying-your-javascript-components-d7f99fcab52b). However you should be aware that this makes your code less portable to other build tools and environments than Webpack.
|
||||
**This is not required for React** but many people find this feature convenient. You can read about the benefits of this approach [here](https://medium.com/seek-blog/block-element-modifying-your-javascript-components-d7f99fcab52b). However you should be aware that this makes your code less portable to other build tools and environments than Webpack.
|
||||
|
||||
In development, expressing dependencies this way allows your styles to be reloaded on the fly as you edit them. In production, all CSS files will be concatenated into a single minified `.css` file in the build output.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user