-
Notifications
You must be signed in to change notification settings - Fork 47.4k
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
Added docs for environment integration. #6510
Conversation
} | ||
``` | ||
|
||
If your application uses node modules, or want to transform JSX in Nashorn, you will need to do some additional environment setup. The following resources may be helpful in getting you started: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
", or want" <-- missing "you"
Generally I’m not sure whether |
a37f79e
to
5f1109d
Compare
@jimfb updated the pull request. |
Yeah, I thought about that. This is just a start, we can update later. Probably what makes the most sense is to put up a simple repository that people can check out, which has an end-to-end example, but that's a larger task. For now, let's do this incrementally. |
|
||
## Nashorn | ||
|
||
Nashorn is a lightweight high-performance JavaScript runtime that runs within the JVM. React should run out of the box in Java8+. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Java8+ => Java 8+.
5f1109d
to
66bfee6
Compare
There are some other changes I'd like so I'm just going to followup. |
Oh, already created followup. You can comment on other changes in #6517 if you want. Either way. |
cc @gaearon