Hi guys! I have a question. Is the Graphcool Doc...
# prisma-whats-new
e
Hi guys! I have a question. Is the Graphcool Documentation site built using Graphcool?
n
@eclypse cheers! Yes, it is πŸ™‚
☺️ 1
πŸ‘πŸ½ 1
was there a special reason you asked?
e
Yes. I am on a team that is building a site that is intended to be rich with realtime capabilities and lots of records.
While going over the documentation I noticed that there were some latency issues with the content popping up on multiple pages.
n
Our documentation is prerendered. If you go check the network tab, you can see that there are no network requests to our API πŸ™‚
e
I curious to know if this is related to Graphcool's capabilities and whether or not we can expect the same issues if we utilize Graphcool for our backend.
n
So the flickering issues that you're seeing is due to issues with the prerendering actually. Our API itself is highly scalable and you can expect good performances there.
e
ok that is good to know.
I have another question
more of a troubleshooting issue
n
What's the issue? πŸ™‚
e
We are integrating Graphcool with a React app and I have set it up using the simple method and made a single query to all of the records from one of our types.
*to get all of the records from one of our types
I console.log()'d the this.props.data object and everything is there except for the records. I only have a single record in the type but that should at least show up shouldn't it?
n
Could you show me your code?
e
sure
hold on