reasonml / reason-react

Reason bindings for ReactJS
https://reasonml.github.io/reason-react/
MIT License
3.25k stars 347 forks source link

test: memo and renders #825

Closed jchavarri closed 3 months ago

jchavarri commented 9 months ago

Discussed with @davesnx, would be nice to have a test to show how rendering behaves with same props and changing props. Also using Memo for comparison + testing it as well.

jchavarri commented 9 months ago

@davesnx please take a look.