-
Notifications
You must be signed in to change notification settings - Fork 23
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
Test HMR with Rescript #37
base: master
Are you sure you want to change the base?
Conversation
"rescript-classnames", | ||
"rescript-debounce-react", | ||
"rescript-logger", | ||
"bs-webapi" |
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.
You probably need only "@rescript/react
for such test.
"suffix": ".bs.js", | ||
"bsc-flags": [ | ||
"-open Belt", | ||
"-open Cx" |
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.
Not needed, unless you plan to use rescript-classnames
.
"-open Cx" | ||
], | ||
"ppx-flags": [ | ||
"rescript-logger/ppx" |
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.
Not needed, unless you plan to userescript-logger
.
@Judahmeek @mrtnzlml Should we add this to the example app? |
@justin808 I think the example with TypeScript is an excellent choice for the general public, and there is no need to complicate it with ReScript. For this reason, I'd say no. |
Also, you have this which I think is a much better place for such an example: https://github.com/shakacode/rescript-react-on-rails-example 🤔 |
This change is