tribou / react-template

Build a server-rendered React app and share code across web, React Native, and Electron
Apache License 2.0
4 stars 9 forks source link

Add GraphQL #78

Open tribou opened 6 years ago

tribou commented 6 years ago

Some projects may use GraphQL. Some may use RPC-like HTTP/JSON. Many may use a combination of both. We should figure out the best way to organize GraphQL + RPC-like API calls and helpers in the same project.