mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
add link to classname docs
This commit is contained in:
@@ -44,7 +44,7 @@ CSS-in-JS refers to a pattern where CSS is written with Javascript, then extract
|
||||
|
||||
[Comparison of CSS-in-JS Libraries](https://github.com/MicheleBertoli/css-in-js)
|
||||
|
||||
_Note that this functionality is not a part of React, but provided by third-party libraries._ React does not have an opinion about how styles are defined; if in doubt, define your styles in a separate `*.css` file and refer them using `className`.
|
||||
_Note that this functionality is not a part of React, but provided by third-party libraries._ React does not have an opinion about how styles are defined; if in doubt, define your styles in a separate `*.css` file and refer to them using [`className`](/docs/dom-elements.html#classname).
|
||||
|
||||
### Can I do animations in React?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user