Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to interop section #826

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
Loading