Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
React Guide Updates (#37)
Browse files Browse the repository at this point in the history
* React Guide Updates

Some more updates to the docs as I use the library more

* added saving of dependencies
  • Loading branch information
jemboh committed Apr 11, 2022
1 parent 6fe3731 commit 7b5b218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/guides/07_reactjs_relay.md
Expand Up @@ -56,7 +56,7 @@ This may not be necessary if you do not use `react-scripts` or if you use webpac
Start by installing the polyfill libraries:

```shell
npm install assert buffer crypto-browserify stream-browserify
npm install --save assert buffer crypto-browserify process stream-browserify
```

### Webpack 5
Expand Down Expand Up @@ -157,7 +157,7 @@ Use `cra-webpack-rewired` in the `package.json`, instead of `react-scripts`:
Then, install [js-waku](https://npmjs.com/package/js-waku):

```shell
npm install js-waku
npm install --save js-waku
```

Start the dev server and open the dApp in your browser:
Expand Down

0 comments on commit 7b5b218

Please sign in to comment.