Skip to content

Commit 7ccdc77

Browse files
committed
docs(readme): add live demo links
1 parent a3b48ba commit 7ccdc77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/helloWorld/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Hello World
22

3-
**[Live Demo]()**
3+
**[Live Demo](https://solkimicreb.github.io/react-easy-state/examples/helloWorld/)**
44

55
The obligatory Hello World example. Check the other ones for a bit more excitement.

examples/simpleTodos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple Todos
22

3-
**[Live Demo]()**
3+
**[Live Demo](https://solkimicreb.github.io/react-easy-state/examples/simpleTodos/)**
44

55
This is a super simple todo app. It demonstrates how to handle arrays with Easy State (you just use them as you will).

examples/todoMVC/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TodoMVC
22

3-
**[Live Demo]()**
3+
**[Live Demo](https://solkimicreb.github.io/react-easy-state/examples/todoMVC/)**
44

55
This is a lighter version of the well-known React [TodoMVC](http://todomvc.com/). It separates the state into its [own file](/State.js) and relies heavily on JS getters and setter to provide a clear and simple state management.

0 commit comments

Comments
 (0)