ml-in-barcelona / jsoo-react

js_of_ocaml bindings for ReactJS. Based on ReasonReact.
https://ml-in-barcelona.github.io/jsoo-react
MIT License
138 stars 19 forks source link

Add memo and memoCustomCompareProps #44

Closed jchavarri closed 3 years ago

jchavarri commented 3 years ago

Adds support for React.memo.

Includes a small diff on the ppx to be able to support wrapped render functions with a second argument (for memoCustomCompareProps compareProps function). This patch could be back ported to ReasonReact ppx easily.