react-static
Version:
A progressive static site generator for React
10 lines (5 loc) • 377 B
Markdown
# 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.