Skip to content

Commit

Permalink
Update examples of README
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Dec 3, 2021
1 parent b19bb47 commit 7f7f87e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,10 @@ render(<App />, document.getElementById('root'));

We will expand the examples over time. For now you can use this Codesandbox:

- https://codesandbox.io/s/teaful-example-4p5dv?file=/src/store.js
- [Example of store - CodeSandbox](https://codesandbox.io/s/teaful-example-4p5dv?file=/src/store.js)
- [Counter with ESM](https://github.com/teafuljs/teaful/tree/master/examples/counter-with-esm)
- [Todo list](https://github.com/teafuljs/teaful/tree/master/examples/todo-list)
- [Example with an API list](https://github.com/teafuljs/teaful/blob/master/examples/api-list/README.md)

## Roadmap 🛣

Expand Down

0 comments on commit 7f7f87e

Please sign in to comment.