You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/solid-start/guides/data-apis.mdx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -587,4 +587,8 @@ export default function TodoApp() {
587
587
588
588
-[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.
589
589
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