Recipe App (React Native)

Recipe App (React Native)

  • Summary
  • GitHub
  • Help

›graphQL

  • Initial page
  • Sitemaps
  • if you have recipe based website and want to have an application too
  • How I plan to get from app idea into working prototype(food tech)
  • Basic requirements for React Native app
  • Basic flow
  • Description
  • Fm pages

graphQL

  • graphQL
  • | graphQL 1
  • | graphQL 2
  • | graphQL 3
  • | graphQL 4
  • | graphQL 5

  • Links
  • Modules that we can use
  • Next Releases
  • Pages meal planning
  • Pages
  • Previous application screenshots
  • Free Menu Functionality
  • Weekly Menu Functionality

Releases

  • Releases
  • | Release #0.2
  • | Release #0
  • | Release #1.0
  • | Release #1.5
  • | Release #1
  • | Release #2.0
  • | Release #2
  • | Release #3

  • Text
  • ToDo
  • UI Elements
  • ui-ui-kit

graphQL 4

Chapter 1: Introduction to GraphQL

GraphQL is a query language for APIs, developed and open-sourced by Facebook. It serves as an alternative to REST, but way better in terms of its power, efficiency, and flexibility.

Due to an increase in the usage of mobile devices and a sloppy network, a need for an efficient data loading arises. The declarative data fetching feature of GraphQL increases the efficiency of data loading because it only responds with the exact amount of information requested by a client.

Variety of front-end frameworks (i.e React, Ember, Angular e.t.c), makes it difficult to build an API that satisfies the requirement of all the frameworks. GraphQL solves the problem by exposing a single endpoint responding to queries instead of multiple endpoints returning a fixed data structures.

The breaking features of GraphQL makes it possible for a fast and continuous deployment; because it provides a possibility of building features on-the-fly.

NOTE: GraphQL is not a database, but just a query language for APIs. Its database agnostic, and can be used in any context where an API is used.

← graphQL 3graphQL 5 →
Recipe App (React Native)
Docs
Initial pageReleases
More
GitHubStar
Copyright © 2018 ChickenKyiv company