js-waku/examples/web-chat
Franck Royer d307342f7e
Simplify message handling to avoid re-rendering
Only retrieve historical messages when starting the app.

This allows avoid re-rendering issues. This is an example dApp. No need
to waste time on React optimisation.
2021-07-29 17:23:03 +10:00
..
public Revert naming to js-waku 2021-05-13 20:27:38 +10:00
src Simplify message handling to avoid re-rendering 2021-07-29 17:23:03 +10:00
.gitignore Move web-chat to examples folder 2021-05-05 16:35:14 +10:00
.prettierignore Move web-chat to examples folder 2021-05-05 16:35:14 +10:00
README.md Revert naming to js-waku 2021-05-13 20:27:38 +10:00
package-lock.json Revert naming to js-waku 2021-05-13 20:27:38 +10:00
package.json Revert naming to js-waku 2021-05-13 20:27:38 +10:00
tsconfig.json Move web-chat to examples folder 2021-05-05 16:35:14 +10:00

README.md

A React Web Chat App powered by js-waku

See js-waku README for details.