Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/client/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
title: "TypeScript Client"
title: "@livetemplate/client"
source_repo: "https://github.com/livetemplate/client"
source_path: "README.md"
source_commit: "54ebdec9d9b453455a8064a7485e6dc44324afeb"
source_commit: "cc4a352028f53555ad62929d863cf286dd955982"
---

# @livetemplate/client

TypeScript/JavaScript client library for LiveTemplate - reactive HTML over the wire.

📚 **Framework documentation:** **<https://livetemplate.fly.dev>** — guides, recipes, patterns catalog. The `/client` section of the docs site covers this package's browser API.

## Overview

The LiveTemplate client enables reactive web applications by efficiently applying tree-based HTML updates from the server. It uses DOM morphing, intelligent static content caching, and WebSocket transport for real-time interactivity.
Expand Down
4 changes: 2 additions & 2 deletions content/contributing/client.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Contributing to client"
title: "Contributing to @livetemplate/client"
source_repo: "https://github.com/livetemplate/client"
source_path: "CONTRIBUTING.md"
source_commit: "9053e38bc024ccc53041e5796fdd8999d899f6d7"
source_commit: "cc4a352028f53555ad62929d863cf286dd955982"
---

# Contributing to @livetemplate/client
Expand Down
Loading