# 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.
