New additions since alpha.1
:
- Many bugs fixed found in the first Alpha
- Travis CI builds are now green - all tests passing, yay! (Last passing build)
relay-compiler
now comes with a bin of the same name you can run on your codebase- Support for GraphQL subscriptions!
Get Started:
npm install react-relay@dev relay-compiler@dev babel-plugin-relay@dev
Any existing Relay Classic code will need to replace require('react-relay')
with require('react-relay/classic')
.