kriasoft / react-firebase-starter

Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay

Home Page:https://firebase.reactstarter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a fairly easy way to remove graphQL & relay?

iDVB opened this issue · comments

We currently don't need to make any external calls but may one day need to.
Is there an easy way to remove the calls from the page?

Any reply for this? I also don't want to use graphQL and relay.

We just ended up using create-react-app directly. If there is no need to graphql or relay, then the need for this library over just its core (create-react-app) is small.