1.0.23-alpha.0 • Published 4 years ago

@g2i/data-objects-react-apollo v1.0.23-alpha.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Data Objects

Data Objects are a collections of graphql helpers for front end projects. Our goal is to make querying data from a graphql endpoint more intuitive and natural.

the problem

After quite a few React and React Native + GraphQL projects under our belts, we noticed a common struggle around how to organize and manage the queries on the front end.

Whether storing the queries in const files or inside the Containers, we noticed maintenance and development issues keeping up with the necessary data and changes.

We also noticed a bad habit of fetching WAY more data than you needed because it was easier than query modification in real time.

our vision

We want to defined the data we need in a normal flow of application development and then have our graphql queries created and fetched for us

We envisioned something like this for React:

defaultProps = {
  $do: {
    developers: [
      {
        _variables: {filter: { first_name: "Lee" }},
        first_name: "placeholder...",
        last_name: "placeholder...",
        assessments: [
          {
            title: "placeholder..."
          }
        ]
      }
    ]
  }
};

Where the data and placeholders would be replaced with actual data from graphql after fetch.

the current state of this project

The above example actually works and we are using this library to build some internal tools. We will continue to contribute to this as we find and fix issues during a production use case. I would not recommend anyone use this in a prject yet, but when it is ready we will continue to open source and support it and add more doucmentation here.

who are we?

We are G2i. We connect health companies to healthy developers and strive to be Good news 2 the internet by

  • Treating engineers and companies with grace and respect
  • Support Open Source projects
  • Contributing a portion of all of our projects to Street Kids in Kenya
1.0.23-alpha.0

5 years ago

1.0.22-alpha.0

5 years ago

1.0.21-alpha.0

5 years ago

1.0.20-alpha.0

5 years ago

1.0.19-alpha.0

5 years ago

1.0.18-alpha.0

5 years ago

1.0.17-alpha.0

5 years ago

1.0.16-alpha.0

5 years ago

1.0.14-alpha.0

5 years ago

1.0.13-alpha.0

5 years ago

1.0.12-alpha.0

5 years ago

1.0.11-alpha.0

5 years ago

1.0.10-alpha.0

5 years ago

1.0.9-alpha.0

5 years ago

1.0.8-alpha.0

5 years ago

1.0.7-alpha.0

5 years ago

1.0.6-alpha.0

5 years ago

1.0.5-alpha.0

5 years ago

1.0.3-alpha.0

5 years ago

1.0.2-alpha.0

5 years ago