RiN

Results 50 comments of RiN

Hi @gerborisova I think you can see how we produce @chakra-icons/* in this [directory](https://github.com/kodingdotninja/chakra-icons/tree/main/packages/%40chakra-icons). We didn't commit the svg from the source, we just generate the typescript code. Then, build...

Updated `usages` in PR Description.

Based on discovering OCaml packages, I found lot packages using pattern like this: ``` pkg pkg-unix pkg-lwt pkg-eio # h2 h2-eio h2-lwt h2-lwt-unix ``` What do you think @davesnx?

I only know a little about how `h2` abstracts that from this interface. https://github.com/anmonteiro/ocaml-h2/blob/master/eio/h2_eio.mli https://github.com/anmonteiro/ocaml-h2/blob/master/lwt/h2_lwt.mli I think it similar way react server implemented here

Hi, I'm interested to translate ~~`react` -> `context`~~ `react: APIs` -> `createContext` 👍