0.1.0-rc11 • Published 8 years ago

react-gql v0.1.0-rc11

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

react-gql Build Status npm version

Here is a collection of helper functions to build a react app with redux and graphql.

Different from react-relay, react-gql is not a full-featured framework but a flyweight library providing several helper functions to combine react, redux and graphql together. As a result, react-gql leaves the control of application to developers and only handles dirty and unpleasant works.

Providing

react-gql does not take care of:

  • writing action creator functions, reducer and creating store
  • dispatching redux actions
  • communication with graphql server

react-gql takes care of:

  • declaring data structure of a react component
  • declaring graphql mutations
  • updating component state when store changes

Document

Api Document

0.1.0-rc11

8 years ago

0.1.0-rc10

8 years ago

0.1.0-rc9

8 years ago

0.1.0-rc8

8 years ago

0.1.0-rc7

8 years ago

0.1.0-rc6

8 years ago

0.1.0-rc5

8 years ago

0.1.0-rc4

8 years ago

0.1.0-rc3

8 years ago

0.1.0-rc2

8 years ago

0.1.0-rc1

8 years ago