From a6b9470ecdcbd72fae150cec598ab5a9d5e12c8a Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Tue, 2 May 2023 15:31:39 -0700 Subject: [PATCH] Add link to blogpost for sigil --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e437cfc..254f9f8 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,8 @@ end ### LiveSvelte As An Alternative LiveView DSL +[Blogpost on the topic](https://wout.space/notes/live-svelte-as-liveview-dsl) + We can go one step further and use LiveSvelte as an alternative to the standard LiveView DSL. This idea is inspired by [Surface UI](https://surface-ui.org/). Take a look at the following example: