React Native Fullstack Graphql

screenshot of React Native Fullstack Graphql
react-native

Starter projects for mobile applications based on React Native & GraphQL.

Overview:

The react-native-fullstack-graphql repository offers starter projects for mobile applications based on React Native and GraphQL. It provides different boilerplates to choose from and supports a range of features including basic "Hello World" functionality, a GraphQL database, authentication, and realtime subscriptions. The repository encourages contributions and invites users to join the #graphql-boilerplate channel on Slack for more information.

Features:

  • Starter projects: Provides various boilerplates to choose from for building mobile applications with React Native and GraphQL.
  • Basic functionality: Offers a basic boilerplate with simple data model and "Hello World" functionality.
  • GraphQL database: Provides an advanced boilerplate with a GraphQL database for more complex applications.
  • Authentication: Supports authentication in the advanced boilerplate.
  • Realtime subscriptions: Enables realtime subscriptions in the advanced boilerplate using graphql-yoga on the server-side and apollo-client for the frontend.

Summary:

The react-native-fullstack-graphql repository offers a collection of starter projects for building mobile applications using React Native and GraphQL. With the provided boilerplates, developers can quickly get started by choosing the desired level of complexity and functionality for their applications. The repository encourages contributions and provides a supportive community on Slack for further assistance and information exchange.

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.