-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Add React SPA demos to repo and site (#179)
* Home section around over-prefetching. * Over-prefetching partial. * Changing carousel by content. * Adding link to React SPA demo to repo and site. * Shorter version of Glitch git URL.
- Loading branch information
1 parent
fe43486
commit 179cb56
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Demo: Quicklink integration for create-react-app | ||
A demo showing how to use Quicklink with in a create-react-app site. | ||
To integrate your React SPA with Quicklink, follow the steps [here](/~https://github.com/GoogleChromeLabs/quicklink#single-page-apps-react). | ||
|
||
## Glitch Source | ||
* [Link to Glitch App](https://create-react-app-quicklink.glitch.me/) | ||
* [Link to Project on Glitch](https://glitch.com/~create-react-app-quicklink) | ||
|
||
## Installation | ||
``` | ||
git clone https://api.glitch.com/git/create-react-app-quicklink | ||
npm install | ||
npm start | ||
npm run build | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters