You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a suggestion to replace "caveat", as seen here in Introducing JSX
>**Caveat:**
>
>Since JSX is closer to JavaScript than HTML, React DOM uses `camelCase` property naming convention instead of HTML attribute names.
>
>For example, `class` becomes [`className`](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) in JSX, and `tabindex` becomes [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/tabIndex).
with a less-fancy / more straightforward word such as "warning"
The text was updated successfully, but these errors were encountered:
…tjs#155)
* Initial work on "Is React Translated Yet" blog post translation
* Finish translation of is-react-translated-yet blog post
* Apply suggestions from code review
Co-Authored-By: Luanf <[email protected]>
BetterZxx
pushed a commit
to BetterZxx/react.dev
that referenced
this issue
Mar 21, 2023
Nice docs :)
Just a suggestion to replace "caveat", as seen here in Introducing JSX
with a less-fancy / more straightforward word such as "warning"
The text was updated successfully, but these errors were encountered: