DEV Community

Discussion on: ReasonML with GraphQL, the Future of Type-Safe Web Applications

Collapse
 
sophiabrandt profile image
Sophia Brandt • Edited

I got it working with Reason hooks syntax. The conversion was quite easy.
The only problem I had was with a bug with React Apollo (downgraded to 2.5.1): github.com/apollographql/react-apo...

The rest works fine with most recent packages.