Franck R
41b7ef17e1
Remove web-vitals ( #429 )
2022-01-24 18:19:11 +11:00
Franck R
c7fe1bd789
Rename DappConnect to Waku Connect ( #427 )
2022-01-24 15:00:11 +11:00
dependabot[bot]
1f0f96e66f
Bump web-vitals from 2.1.3 to 2.1.4 in /examples/store-reactjs-chat ( #426 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-24 11:08:16 +11:00
Franck Royer
4fd2db608b
Update caniuse in all examples
2022-01-13 16:40:11 +11:00
Franck Royer
a5259e04ae
Upgrade store example to react-scripts 5.0.0
2022-01-10 12:27:09 +11:00
F
8909164f6d
Use ESM in JavaScript examples
...
As it is what JS projects would use when using the js-waku npm package.
2021-11-26 21:24:05 +11:00
Franck Royer
6ebcc46f9e
Remove ReactJS warning about webpack
...
Because this is not a monorepo, ReactJS projects are examples.
2021-10-12 11:43:29 +11:00
Franck Royer
899e0c89e7
Add time filter to the guide
2021-10-05 13:36:04 +11:00
Franck Royer
087f5bf774
guide/example: Demonstrate how to use the store callback option
...
This option is better than using the returned value.
This is because the returned value is returned only once **all** pages
are received, which can be very long if the `timeFilter` option is not
used.
2021-10-05 13:36:03 +11:00
Franck Royer
a352cb0b38
Examples with no async/await syntax
...
Useful for those using ClojureScript.
Resolves #182 .
2021-09-07 14:44:33 +10:00
Franck Royer
c468bfd662
Minor correct, simplify code
2021-09-07 14:17:29 +10:00
Franck Royer
893e0b1af9
Add guide to use Waku Store in ReactJS
2021-09-07 14:17:29 +10:00
Franck Royer
064bad5a75
Remove interval
2021-09-07 14:17:29 +10:00
Franck Royer
f6aa758712
Small cleanup
2021-09-07 14:17:29 +10:00
Franck Royer
a21d641280
Added `Waku.waitForConnectedPeer` helper
...
To ensure that we are connected to Waku peers when using the bootstrap
option.
2021-09-02 15:46:23 +10:00
Franck Royer
4719de31b8
Run build with NodeJS 16
2021-08-26 13:02:09 +10:00
Franck Royer
140791cc91
Provide easy way to bootstrap when creating Waku node
2021-08-13 16:18:00 +10:00
Franck Royer
c3855112d7
Rename `getStatusFleetNodes`
...
To make it more generic to allow retrieval of bootstrap nodes from
other sources.
2021-08-13 16:17:15 +10:00
Franck Royer
fb89b78754
Do not run react tests
...
Unfortunately, there are issue with react-scripts (jest) and
multiformats: https://github.com/multiformats/js-multiformats/issues/110
2021-08-09 14:21:47 +10:00
Franck Royer
d3877ac26c
Simplify
2021-08-09 12:36:29 +10:00
Franck Royer
884190c971
Phrasing
2021-08-09 12:36:29 +10:00
Franck Royer
ee5d627d14
Correct grammar
2021-08-09 12:36:28 +10:00
Franck Royer
e52e564a31
Any value can be undefined
2021-08-09 12:36:28 +10:00
Franck Royer
8322d24ac1
Always clean up listeners!
2021-08-09 12:36:28 +10:00
Franck Royer
f700367e62
Demonstrate how to wait for a store node peer
2021-08-09 12:36:28 +10:00
Franck Royer
3767dd75a7
store-react-js retrieves messages from store
2021-08-09 12:36:27 +10:00
Franck Royer
dc9ea6dfac
Add Store example
2021-08-09 12:36:27 +10:00