1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Update content/tutorials/react-setup.md

Co-Authored-By: jernejpregelj <jernej.pregelj88@gmail.com>
This commit is contained in:
Matthias Kretschmann 2018-12-06 09:57:16 +01:00 committed by GitHub
parent 6d417e205d
commit 9b06824919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ title: React App Setup
description: Tutorial to set up a basic React app that uses squid-js.
---
This tutorial shows how you can build a basic [React](https://reactjs.org/) app that uses the squid-js JavaScript package to publish a data set, get a data set, and more.
This tutorial shows how you can build a basic [React](https://reactjs.org/) app with [Create React App](https://github.com/facebook/create-react-app) that uses the squid-js JavaScript package to publish a data set, get a data set, and more.
## Requirements