reasonml-old / reason-react-example

Examples for ReasonReact
649 stars 116 forks source link

Could there be an extended demo of interop where complex prop types are involved? #16

Open jimexist opened 7 years ago

jimexist commented 7 years ago

Specifically the current interop demo only showcased prop types of simple scalars, but I wonder how one could do it for complex types (e.g. { match: { params } } in react-router v4).

Thanks!