From 1170dfe94e964502f6e3fa9a37ac4e48a56cab6c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 9 Aug 2019 15:46:37 +0200 Subject: [PATCH] link to github repo & codesandbox --- content/tutorials/react-get-use-data-set.md | 10 ++++++++++ content/tutorials/react-setup.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/content/tutorials/react-get-use-data-set.md b/content/tutorials/react-get-use-data-set.md index 3a81f125..06859f25 100644 --- a/content/tutorials/react-get-use-data-set.md +++ b/content/tutorials/react-get-use-data-set.md @@ -47,3 +47,13 @@ Have a look into `console.log` to see the various steps of the search and consum Here is the full source of `src/index.js` that you should have if you followed this tutorial: GITHUB-EMBED https://github.com/oceanprotocol/react-tutorial/blob/master/src/index.js js GITHUB-EMBED + +## Git repository and CodeSandbox + +All code snippets in this tutorial are sourced from the [oceanprotocol/react-tutorial](https://github.com/oceanprotocol/react-tutorial) GitHub repository: + + + +The final source of this tutorial is also available as a CodeSandbox: + +[![Edit react-tutorial](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/oceanprotocol/react-tutorial/tree/master/?fontsize=14) diff --git a/content/tutorials/react-setup.md b/content/tutorials/react-setup.md index 69376d22..d9f020b5 100644 --- a/content/tutorials/react-setup.md +++ b/content/tutorials/react-setup.md @@ -3,6 +3,16 @@ title: React App Setup description: 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. --- +## Git repository and CodeSandbox + +All code snippets in this tutorial are sourced from the [oceanprotocol/react-tutorial](https://github.com/oceanprotocol/react-tutorial) GitHub repository: + + + +The final source of this tutorial is also available as a CodeSandbox: + +[![Edit react-tutorial](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/oceanprotocol/react-tutorial/tree/master/?fontsize=14) + ## Requirements - `Node.js` >= 10 is installed. You can check using `node -v`