Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc
Browse files Browse the repository at this point in the history
ysmood committed Oct 28, 2024
1 parent bb83e6d commit 4ffe760
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -38,7 +38,14 @@ export default function App() {

Check the [Counter](./examples/Counter.tsx) for basic usage, or try it [online](https://codesandbox.io/p/sandbox/jtfywj).

Check the [CounterPersistent](./examples/CounterPersistent.tsx), [MonolithStore](./examples/MonolithStore), [TodoApp](./examples/TodoApp), [Devtools](./examples/Devtools.tsx) for more advanced usage.
More advanced examples:

- [CounterPersistent](./examples/CounterPersistent.tsx)
- [MonolithStore](./examples/MonolithStore)
- [TodoApp](./examples/TodoApp)
- [Devtools](./examples/Devtools.tsx)

All the examples can be viewed [online](https://stalo-examples.vercel.app).

## FAQ

0 comments on commit 4ffe760

Please sign in to comment.