Skip to content

Commit b420056

Browse files
committed
Add suspense tab example
1 parent bd95b25 commit b420056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ I cover this in more detail in my Bring Your Own Framework Blog Series (links be
181181
* [Counter Context](https://codesandbox.io/s/counter-context-gur76) Implement a global store with Context API
182182
* [Async Resource](https://codesandbox.io/s/2o4wmxj9zy) Ajax requests to SWAPI with Promise cancellation
183183
* [Suspense](https://codesandbox.io/s/5v67oym224) Various Async loading with Solid's Suspend control flow
184+
* [Suspense Tabs](https://codesandbox.io/s/solid-suspense-tabs-vkgpj) Defered loading spinners for smooth UX.
184185
* [Redux Undoable Todos](https://codesandbox.io/s/pkjw38r8mj) Example from Redux site done with Solid.
185186
* [Simple Todos Template Literals](https://codesandbox.io/s/jpm68z1q33) Simple Todos using Lit DOM Expressions
186187
* [Simple Todos HyperScript](https://codesandbox.io/s/0vmjlmq94v) Simple Todos using Hyper DOM Expressions

0 commit comments

Comments
 (0)