Skip to content

Commit 6574870

Browse files
author
Dev Agrawal
committed
added resources section
1 parent 50b3483 commit 6574870

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/routes/solid-start/guides/data-apis.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,4 +587,8 @@ export default function TodoApp() {
587587

588588
- [TodoMVC](https://github.com/solidjs/solid-start/tree/main/examples/todomvc) - classic TodoMVC implementation using an [unstorage](https://unstorage.unjs.io/) KV store. Demonstrates most features described here to an intermediate level.
589589

590-
- [Strello](https://github.com/solidjs-community/strello) - Trello clone built with [Prisma](https://www.prisma.io/) and [Turso](https://turso.tech/). Demonstrates everything described here, along with an advanced approach to fine-grained optimistic updates.
590+
- [Strello](https://github.com/solidjs-community/strello) - Trello clone built with [Prisma](https://www.prisma.io/) and [Turso](https://turso.tech/). Demonstrates everything described here, along with an advanced approach to fine-grained optimistic updates.
591+
592+
## More resources
593+
594+
- [All you need to add optimistic UI to your project! (By Atila Fassina)](https://www.youtube.com/watch?v=D9nEgdSYH1o&ab_channel=Atila)

0 commit comments

Comments
 (0)