Publish store and relay ReactJS examples

This commit is contained in:
Franck Royer 2022-05-13 16:05:58 +10:00
parent e6a476ed2e
commit 82f1b5a135
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
4 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,8 @@
A barebone chat app to illustrate the [ReactJS Relay guide](https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/). A barebone chat app to illustrate the [ReactJS Relay guide](https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/).
The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/relay-reactjs-chat/.
To run a development version locally, do: To run a development version locally, do:
```shell ```shell

View File

@ -2,6 +2,7 @@
"name": "relay-reactjs-chat", "name": "relay-reactjs-chat",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "/examples/relay-reactjs-chat",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.16.2", "@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.2.0", "@testing-library/react": "^13.2.0",

View File

@ -9,6 +9,8 @@
A simple app that retrieves chat messages using [Waku Store](https://rfc.vac.dev/spec/13/) A simple app that retrieves chat messages using [Waku Store](https://rfc.vac.dev/spec/13/)
to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/). to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/).
The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/store-reactjs-chat/.
To run a development version locally, do: To run a development version locally, do:
```shell ```shell

View File

@ -2,6 +2,7 @@
"name": "store-reactjs-chat", "name": "store-reactjs-chat",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "/examples/store-reactjs-chat",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.16.4", "@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0", "@testing-library/react": "^13.2.0",