Skip to content

lritter79/apollo-graphql-react-native-hacker-news-clone

Repository files navigation

React Native Apollo GraphQL Project

This project is a React Native application that uses Apollo Client to interact with a GraphQL API. It's based on this tutorial, but with React swapped out for React Native.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/reactNativeApolloGraphql.git
  2. Navigate to the project directory:
    cd reactNativeApolloGraphql
  3. Install the dependencies for the react-native app:
    npm install
  4. Install the dependencies for the node backend locally
    cd server
    npm install

Usage for iOS

  1. Start the node development server:
    cd server
    npm run dev
  2. In root directory run the application on iOS (assuming you have your iOS dev environemt set up):
    npx react-native run-ios

Features

  • Integration with Apollo Client for GraphQL queries and mutations
  • React Native components and navigation
  • State management with Apollo Client cache

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published