jslowack / react-static-netlify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Static - Apollo Example

This example is based on the most basic version of react-static available, and adds:

  • React Apollo

Apollo is only used at run time on the client side. Component are statically rendered in the "loading" state. They then load the query result on client after loading.

To get started, run react-static create and use the apollo template.

About


Languages

Language:JavaScript 83.7%Language:HTML 8.6%Language:CSS 7.6%