js-waku-examples/examples/store-reactjs-chat
danisharora099 52c62fea12
use new api
2023-02-09 12:57:45 +05:30
..
public remove old pictures 2023-01-04 21:50:13 +01:00
src use new api 2023-02-09 12:57:45 +05:30
.gitignore move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
README.md move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
package-lock.json bump to @waku/core 0.0.10 2023-02-01 13:43:18 +05:30
package.json bump to @waku/core 0.0.10 2023-02-01 13:43:18 +05:30

README.md

Minimal ReactJS Waku Store App

  • React/JavaScript,
  • create-react-app/react-scripts 5.0.0
  • Waku Store,
  • Protobuf using protobufjs.
  • No async/await syntax.

A simple app that retrieves chat messages using Waku Store to illustrate the Retrieve Messages Using Waku Store With ReactJS guide.

The master branch's HEAD is deployed at https://examples.waku.org/store-reactjs-chat/.

To run a development version locally, do:

git clone https://github.com/waku-org/js-waku-examples
cd store-reactjs-chat
npm install
npm run start