-
Updated
Aug 17, 2020 - JavaScript
reasonml
Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know. In that regard, Reason can be considered as a solidly, statically typed, faster, and simpler cousin of JavaScript.
Here are 910 public repositories matching this topic...
-
Updated
Aug 17, 2020 - OCaml
-
Updated
Aug 17, 2020 - Reason
-
Updated
Aug 15, 2020 - Clojure
-
Updated
Jun 5, 2020
Lot of packages depend on bs-react-native, such as this. We'll need to work with these package owners to migrate to the next release of reason-react-native.
Preliminary list from npm search:
- [x]
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Jun 12, 2017 - OCaml
Hi guys!
I love your product.
Do you think you guys could make the Avatar previewer sticky? It'd make the generator a more comfortable mobile experience since users wouldn't have to scroll up all the time too see how the different choices look on their character.
-
Updated
Aug 17, 2020 - Reason
-
Updated
Jul 30, 2020 - Reason
So Docusaurus is amazing for building sites and documentation and I really want to use it. It would be awesome to also port over the current homepage to a custom React component that can be used on the homepage too.
Built-in types
As marked in https://github.com/briskml/brisk/blob/master/examples/hacker-news/app/Story.re#L82, we'll need to transform incoming html.
<p> tags are not rendered with proper margin/padding by Cocoa in NSTextView by default, and instead of manually changing document attributes on ObjC bindings side, simply pre-processing html text and replacing paragraphs by newline characters seems more prefe
-
Updated
Aug 12, 2020 - JavaScript
Relevant issue: jsdelivr/jsdelivr#18166
Update
So apparently jsdelivr will minify the main entry file and add .min. in its name. Since we check for the name. And the minified file could saves a lot of bytes and improve parsing speed for the bundler.
So we would save this default file provided by jsdelivr, check with what's provided in main field
Similar to OCaml documentation - lets do https://realworldocaml.org/ automatically so that learning Reason is painless.
-
Updated
Jul 17, 2020 - OCaml
Example Apps
-
Updated
Jan 25, 2019 - TypeScript
Our docs site makes heavy use of react-live playgrounds. This is great, because people can play with renature right out of the box and see live updates. However, we're hitting some issues with text selection in the editor area. You can see from the focus outline that the textarea it's not extending to the full height of the parent div.
![200803_renature_text_selection](https://user-imag
Created by Jordan Walke
Released 2016
Latest release over 2 years ago
- Repository
- facebook/reason
- Website
- reasonml.github.io
- Wikipedia
- Wikipedia
Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=....What do you others think?