Alain Armand
Alain Armand
Another thing is that the examples using data array are showing "loading" in the browser but never update with the data. This is the code I have that is doing...
At the Don't Repeat Yourself/ open helper section of your demo. The following proposed code throws an error: ``` let parseRepoJson = (json: repo) => Json.Decode.{ full_name: field("full_name", string, json),...
You have this: ```render: (self) => { let repoItem = switch (self.state.repoData) { | Some(repo) => | None => ReasonReact.stringToElement("Loading") }; **{ReasonReact.stringToElement("Reason Projects")** repoItem } ``` - should be this?...
I note the name `bs-calendar`. Can this be used in the browser with ReasonML/Bucklescript/ReScript? Thank you!
Is this compatible with relay modern? Relay-compiler is kicking back the mutations.
If you download, npm install, npm run build, the project doesn't run. Just an FYI, I was trying to understand glamor in reason. Are you aware of any other examples?...
Thanks for sharing this, brother. I have been trying to understand running reason-react with esy so this is timely. Can't get the project to run b/c make cant find `node_modules/.bin`....
You might get a message like below but ide show up on 8000. per enviroment.js, and that ports get you `Cannot GET /` ``` Guru Express server started in development...
Updated the deps if you want it.