Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.65 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.65 KB

test-lit-reactive-properties

Minimal project to test Lit's reactive property updates.

Usage

  1. Run deno bundle main.ts main.js
  2. Serve the directory with an HTTP server
  3. TEST: Click the text on the page and the ??? should change to bob
  4. You can view the console output to verify the reactive property is being set

This Lit Playground example shows the expected behavior.