-
I saw you invested a lot of effort into writing your own emotion wrapper.
I'm curious if you considered building on top of [bs-css](https://github.com/giraud/bs-css/)? And if so, why you didn't?
-
If you decide to write the project in ReScript you can find the `inquirer` bindings useful https://github.com/Nicolas1st/net-cli-rock-paper-scissors/blob/main/apps/client/src/UI.res
DZakh updated
2 years ago
-
Currently, the `React` module has the functions `createElementWithKey` and `createElementVariadicWithKey`.
In my understanding, these are helper functions required for the JSX 4 PPX, but are not me…
-
`style` type, probably representing the `CSSStyleDeclaration` object in JS, is defined as following in https://github.com/pbiggar/rescript-tea/blob/master/src/web_node.res#L1:
```
type style = {
…
-
# Feature request
I was about to create another issue, but the topic is similar so trying here...
- Why AndroidEvent does have the (undocumented, but very useful) `type` outside of nativeEvent? …
-
Looks like bs-webapi hasn't been touched in a year, whereas [rescript-webapi](https://github.com/tinymce/rescript-webapi) is under active development (I'm not affiliated with either). If the bindings …
-
The work around is changing code from
```ocaml
external ff : int -> int = "" [@@bs.send.pipe : t]
```
to
```ocaml
external ff : t -> int -> int = "" [@@bs.send]
let ff a b = ff b a
```
…
-
Hi Folks.
Just came across this problem in porting some existing js to rescript.
If i reimplement the renderToString bindings without the "js" suffix on the module, it seems to work fine.
Maybe a s…
-
First of all, thank you so much for choosing to engage in this gargantuan undertaking! I just noticed a small issue when trying to use the excellent, typed keyboard event handlers, and that was that t…
-
@MoOx It would be great if we could release a version 0.70.0 with all the latest improvements soon.
If we went JSX 4 only, it would be possible to use "inheritance" for the prop types which would b…