danisharora099 52c62fea12
use new api
2023-02-09 12:57:45 +05:30
..
2023-01-04 21:50:13 +01:00
2023-02-09 12:57:45 +05:30
2023-02-01 13:43:18 +05:30
2023-02-01 13:43:18 +05:30

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