Skip to content

Commit

Permalink
doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Jan 9, 2024
1 parent d2e275b commit c545ee3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ one or many events to dispatch on the calling DOM Element:

The front end library npm package that implements sending and receiving events, and subscribing to state changes. It also facilitates building Custom Elements that are backed by LiveState.

## [live-templates](https://github.com/launchscout/live-templates)

Live-templates is an npm package that allows you to connect a front end template to a LiveState channel. Because it doesn't require a custom element or any other javascript code, it is probably the easiest way to get started with LiveState.

## [use-live-state](https://github.com/launchscout/use-live-state)

A react hook for LiveState.
Expand Down
1 change: 1 addition & 0 deletions docs/tutorial_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Next, we need to implement our `render` method:
<label>Phone Number</label>
<input name="phone_number" required />
</div>
<button>Save</button>
</form>
`;
}
Expand Down

0 comments on commit c545ee3

Please sign in to comment.