[suggestion] add demo walkthrough link (#13)

* add demo walkthrough

for easy consumption

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
swyx
2020-12-23 04:55:00 +08:00
committed by GitHub
parent 3bab4c6dbf
commit bfb5da5984

View File

@@ -118,6 +118,8 @@ This demo is built on top of our Webpack plugin, but this is not how we envision
- If you uncomment it in both, it won't be very interesting because we have nothing new to show until they both respond.
- Add a new Server Component and place it above the search bar in `App.server.js`. Import `db` from `db.server` and use `db.query()` from it to get the number of notes. Oberserve what happens when you add or delete a note.
You can watch a [recorded walkthrough of all these demo points here](https://youtu.be/La4agIEgoNg?t=600) (with timestamps).
## Built by (A-Z)
- [Andrew Clark](https://twitter.com/acdlite)