Skip to content

Commit

Permalink
Remove section from docs [deploy-site]
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Feb 26, 2025
1 parent 57a0f46 commit ff56adc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions site/static/md/guide/stop_overcomplicating_it.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit ff56adc

Please sign in to comment.