-
I have graphQL endpoint for my project. How can I use it?
Just change the URL on /libraries/apolloClient.js line:6
-
What is GraphQL?
-
Which GraphQL service should I use?
I always use GraphCool for GraphQL service. It has really easy-to-use UI and customer support is amazing. Also there is Scaphold.io. All of them can work with RAN!
-
I want to use my own GraphQL server. Is it possible?
Yes! You just need to change graphQL url with your service URL and that's all.
-
What is Next.js?
-
Why do you use Express?
You can use also HAPI and Koa. Click here for details
-
What is CSS-in-JS?
-
What is Styled-Components?
-
I want to deploy my app to XXXXX service. How can I do that?
Mostly, It should work if you follow this way. If It doesn't work, You can create Issue on Github or search on Stack Overflow.