trenddreamer / gatsby-suspense-poc

A proof-of-concept for using react suspense with Gatsby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Suspense POC

A proof-of-concept of how we might use React Suspense with Gatsby.

Load initial view with statically compiled data. Run a GraphQL command duringn render. Replace with fresh data.

Avoids flicker of unloaded content and looks slick as heck.

About

A proof-of-concept for using react suspense with Gatsby

License:MIT License


Languages

Language:JavaScript 54.1%Language:CSS 45.9%