Ricky Vetter

Results 21 issues of Ricky Vetter

Support for this syntax would be helpful for ReasonReact: ```reason ``` Conceptually it maps to a component whose total set of props has been created elsewhere. I'd propose that it...

RFC

I'm looking to make two changes to the ppx that would be breaking and want to use this as a place to discuss strategy. ## Changes 1. instead of compiling...

stale

url, path, hash, and search should all take an optional raw string parameter for server usage. To be able to construct a URL for useUrl using the exact same logic...

enhancement

This PR starts the process of moving `` from getting compiled to `React.createElement("div", ...)` to forcing `` which would compile to `React.createElement("div", ...)`. This has a bunch of side-effects but...

RFC
1.0.0

Needs work on the ppx side as well to support fully. The goal here is to: 1. move to `React.jsx` as the default compile target for Reason JSX. This is...

1.0.0

ReasonReact.re and anything related should be deprecated in favor of React.re

0.10.0

http://ounit.forge.ocamlcore.org/api-ounit/index.html uses with nested instead of . We should respect this choice and be able to add inline s into the result.

Port to Safari

type-feature

Port to Edge

type-feature

Right now Reason uses JS grammar highlighting. It works OK for impl - but really sucks for types. I tried using https://github.com/patrick-steele-idem/codemirror-atom-modes, with the official reason grammar, but things seemed...

type-feature
cat-popup