6.0.0-beta.26 • Published 5 years ago

react-static-example-apollo v6.0.0-beta.26

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

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.