Skip to content

Commit 96f6862

Browse files
scrhartleyscrhartley
authored andcommitted
docs: Further update to multi-swap README.md to clarify the use of multi-swap and OOB swaps
1 parent f1e59ef commit 96f6862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multi-swap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
This extension allows you to swap multiple elements marked with the `id` attribute from the HTML response. You can also choose for each element which [swap method](https://htmx.org/docs#swapping) should be used. Multi-swap is a very powerful tool in conjunction with `hx-boost` and `preload` extension.
33

4-
It should be noted that using OOB swaps ([Out of Band Swaps](https://htmx.org/docs#oob_swaps)) should be enough for most use cases, since OOB swaps by now can handle nested elements anywhere in the DOM and with a specified swap method. Thus it's recommended to be familiar with OOB swaps to make an informed decision on whether this extension is required anymore.
4+
It should be noted that using OOB swaps ([Out of Band Swaps](https://htmx.org/docs#oob_swaps)) should be enough for most use cases and a similar approach using the core htmx attributes is [`hx-select-oob`](https://htmx.org/attributes/hx-select-oob/) along with `hx-swap="none"`. Thus it's recommended to be familiar with OOB swaps to make an informed decision on whether this extension is required anymore.
55

66

77
## Install

0 commit comments

Comments
 (0)