mirror of https://github.com/waku-org/js-waku.git
5d24519f00
719: Bump @testing-library/react from 12.1.2 to 13.2.0 in /examples/relay-reactjs-chat r=D4nte a=dependabot[bot] Bumps [`@testing-library/react](https://github.com/testing-library/react-testing-library)` from 12.1.2 to 13.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>`@testing-library/react</code>'s` releases</a>.</em></p> <blockquote> <h2>v13.2.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v13.1.1...v13.2.0">13.2.0</a> (2022-05-03)</h1> <h3>Features</h3> <ul> <li>Export RenderHookOptions type (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1062">#1062</a>) (<a href=" |
||
---|---|---|
.. | ||
eth-pm | ||
eth-pm-wallet-encryption | ||
relay-angular-chat | ||
relay-js | ||
relay-reactjs-chat | ||
store-js | ||
store-reactjs-chat | ||
web-chat | ||
README.md |
README.md
Examples
Here is the list of the code examples and the features they demonstrate:
- Web Chat App: Group chat, React/TypeScript, Relay, Store.
- Ethereum Private Message Web App: Private Messaging, React/TypeScript, Light Push, Signature with Web3, Asymmetric Encryption.
- Minimal ReactJS Waku Relay App:
Group chat,
React/JavaScript,
create-react-app
/react-scripts
5.0.0, Waku Relay Protobuf usingprotons
, No async/await syntax. - Minimal ReactJS Waku Store App: Waku Store, React/JavaScript, Protobuf using
protons
. - Using Waku Store in JavaScript: Stop retrieving results from Waku Store on condition, Use minified bundle from Unpkg.com, JavaScript.
- Using Waku Relay in JavaScript: Receive and send text messages with Waku Relay, Use minified bundle from Unpkg.com, JavaScript.
See https://docs.wakuconnect.dev/docs/examples/ for more examples.