Skip to content

Commit

Permalink
Fix link to interop section (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong authored Jun 4, 2024
1 parent fc156dd commit 470a284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/i-really-need-feature-x-from-reactjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: I Really Need Feature X From ReactJS
---

First make sure that you indeed can't achieve this idiom using the latest version of ReasonReact. If you need help figuring out how to translate a certain idiom, feel free to ask us on [Discord](https://discord.gg/reasonml). If it is not achievable with ReasonReact, you can always write the component in ReactJS first, then bind to it using [our interop](interop.md). Try to isolate the required functionality into a tiny ReactJS component and write the rest of your code in ReasonReact. Once this is done, feel free to [file an issue](https://github.com/reasonml/reason-react/issues) explaining your use case!
First make sure that you indeed can't achieve this idiom using the latest version of ReasonReact. If you need help figuring out how to translate a certain idiom, feel free to ask us on [Discord](https://discord.gg/reasonml). If it is not achievable with ReasonReact, you can always write the component in ReactJS first, then bind to it using [our interop](components.md#interop). Try to isolate the required functionality into a tiny ReactJS component and write the rest of your code in ReasonReact. Once this is done, feel free to [file an issue](https://github.com/reasonml/reason-react/issues) explaining your use case!

0 comments on commit 470a284

Please sign in to comment.