Skip to content

Commit

Permalink
Fix a typo in the docs, update a link (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoFlection Bot committed Nov 7, 2023
1 parent a390e7d commit f868610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deviations.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following list attempts to comprehensively describe all of the differences b

## JSX

The Luau ecosystem does not yet have the tooling to support JSX. Instead, use `React.createElement` as your primary tool for building UIs with Roact 17. Element construction in Roact is exactly like [using React with JSX](https://reactjs.org/docs/react-without-jsx.html).
The Luau ecosystem does not yet have the tooling to support JSX. Instead, use `React.createElement` as your primary tool for building UIs with Roact 17. Element construction in Roact is exactly like [using React without JSX](https://react.dev/reference/react/createElement#creating-an-element-without-jsx).

!!! info
Future support for a JSX-equivalent feature for Luau has been proposed, and will be considered as Roact 17+ is adopted.
Expand Down

0 comments on commit f868610

Please sign in to comment.