Skip to content

Commit 380a860

Browse files
committed
link to other JS tagged template functions
1 parent ef7828b commit 380a860

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/docs/manual/latest/bind-to-js-function.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,6 @@ var result = await $$Bun.$`ls ${filename}`;
454454

455455
Notice that it gets compiled to tagged template literals in JS, which allows
456456
to use JS tools that only work on the literals and not by calling directly the tag function.
457+
458+
There are plenty of useful JS tools you can bind to, like [`gql`](https://github.com/apollographql/graphql-tag),
459+
[`sql`](https://github.com/porsager/postgres), [`css`](https://github.com/mayank99/ecsstatic) and a lot others!

0 commit comments

Comments
 (0)