Giter VIP home page Giter VIP logo

reactnavigationrelaymodern's Introduction

React Native + React-Navigation + Relay Modern

This is a sample repository that shows how to integrate React Native with ReactNavigation and Relay Modern.

For the Relay-Classic Version see this branch

It is connecting to this boilerplate code graphql-dataloader-boilerplate

alt tag

Description

  • data/ contains schema(.json/.graphql) of your GraphQL server. It will be used by Relay to compile your graphql queries to code
  • yarn relay or yarn relay:watch are used to convert graphql literals into generated files. The second command watch changes when data/ files are updated

.babelrc for Relay Modern

{
  "plugins": [
    ["relay", {"schema": "data/schema.json"}]
  ],
}

Relay Environment

The file src/createRelayEnvironment.js creates a Relay Environment and a Network instance that configures Relay with a function to fetch queries from the remote server

ReactNavigation + Relay Modern

  1. You should use a Relay Container such as FragmentContainer, PaginationContainer or others in any component that will be pushed into a StackNavigation

reactnavigationrelaymodern's People

Contributors

brunorafael8 avatar danielfttorres avatar jgcmarins avatar rafaelangical avatar ronal2do avatar sibelius avatar socksrust avatar ssommac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reactnavigationrelaymodern's Issues

How does one prepare data for SectionList?

I can't resolve how to use RelayModern for RN SectionList. In other words, where do I prepare data like this

  [{name: "Event1", day: "Tuesday"},
  {name: "Event2", day: "Tuesday"},
  {name: "Event3", day: "Wednesday"}, ...]

to look like this:

[{data: [...], key: "Tuesday"},
 {data: [...], key: "Wednesday"},...]

Surely not in the render function. That doesn't seem performant. Isn't this what prepareVariables used to allow for? Where is that functionality in RelayModern?

Remote server configuration

In your demo app where and how should I do Remote server initialization. In previous Relay there was a call in react-relay for this: Relay.injectNetworkLayer. Can you please provide example with remote server configuration.

Web App compatibility?

Awesome work here! Will this setup work as a regular web app as well or would changes be required? For example, would something like this be required? https://github.com/react-community/react-navigation/tree/master/website. Would be great to see a website version of ReactNavigationRelayModern. I randomly stumbled upon react-navigation today but now I'm thinking it might be the way to go. I'm currently transitioning an enormous web app from relay classic to relay modern. Here is the relay classic version of what I and one other teammate built for this company. https://beta.onehopewine.com/shop/wine/wine Would love to get rid of react-relay-router in lieu of react-navigation but I'm a little confused as to how to go about doing this. I need to be able to make use of PaginatioContainers and RefetchContainers just as you have done. Any thoughts, ideas would be much appreciated. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.