From c1c7c9ec749c507daa4fdbc160552d2a4f53b28c Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Fri, 22 Nov 2019 16:15:26 -0800 Subject: [PATCH] Update README.md --- examples/react/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/react/README.md b/examples/react/README.md index b1db98e1..2e90c150 100644 --- a/examples/react/README.md +++ b/examples/react/README.md @@ -1,3 +1,7 @@ You can use `todo.html` as a project template to get started with React + GUN. It is an extremely simple in-memory only todo app that you can [try here](https://gunjs.herokuapp.com/react/todo.html). + +There are some other simple examples in the `src` folder. + +If you want to see next level stuff, check out any of [Nick's React apps](https://github.com/nmaro?utf8=%E2%9C%93&tab=repositories&q=gun&type=&language=).