Skip to content

Commit 4b165e4

Browse files
[docs] remove Lit 2 reference in Lit 3 reactive controller docs (#1250)
1 parent de86252 commit 4b165e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/lit-dev-content/site/docs/v3/composition/controllers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ versionLinks:
88
v2: composition/controllers/
99
---
1010

11-
Lit 2 introduces a new concept for code reuse and composition called _reactive controllers_.
12-
1311
A reactive controller is an object that can hook into a component's [reactive update cycle](/docs/v3/components/lifecycle/#reactive-update-cycle). Controllers can bundle state and behavior related to a feature, making it reusable across multiple component definitions.
1412

1513
You can use controllers to implement features that require their own state and access to the component's lifecycle, such as:

0 commit comments

Comments
 (0)