Examples
Here are live examples to see Leo Query in action.
| Example | Description |
|---|---|
| Dogs JS | A simple dog counter (Javascript) |
| Dogs TS | A simple dog counter (Typescript) |
| Optmistic Updates | Optimistic updates to make the UI more responsive |
| Persisting Data | Persist data with local storage |
| Next.js Integration | Data loading with Next.js |
| Next.js and Persist | Data loading with Next.js and persist middleware |
| Parallel Queries | Parallel queries |
| Slices | Slices with queries and effects |
| Todos | A simple todos app |
| Task Manager | A more complex task manager app |