reason-react-example
reason-react-example copied to clipboard
Could there be an extended demo of interop where complex prop types are involved?
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!