Remove section from docs [deploy-site]

This commit is contained in:
Ben Croker 2025-02-25 21:01:51 -06:00
parent 57a0f468ac
commit ff56adcc40
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
1 changed files with 0 additions and 6 deletions

View File

@ -125,9 +125,3 @@ class MyComponent extends HTMLElement {
customElements.define('my-component', MyComponent);
```
## Third-Party Libraries
Datastar is a tiny self-contained framework that can help liberate you from "dependency hell". If, for some reason, you absolutely _must_ use a third-party library, you should continue using the _props down, events up_ pattern whenever possible.
For edge-cases in which you find yourself having to change the DOM without involving Datastar, you can import Datastar and apply it to any part of the DOM. for more details, see the [JavaScript API](/reference/javascript_api).