Skip to content

Commit 62bbd38

Browse files
committed
Add list of related projects
1 parent 2d344a2 commit 62bbd38

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,21 @@ Yields:
230230
Either do not use user input in `hastscript` or use
231231
[`hast-util-santize`][sanitize].
232232

233+
## Related
234+
235+
* [`unist-builder`](https://github.com/syntax-tree/unist-builder)
236+
— Create any unist tree
237+
* [`hast-to-hyperscript`](https://github.com/syntax-tree/hast-to-hyperscript)
238+
— Convert a Node to React, Virtual DOM, Hyperscript, and more
239+
* [`hast-util-from-dom`](https://github.com/syntax-tree/hast-util-from-dom)
240+
— Transform a DOM tree to hast
241+
* [`hast-util-select`](https://github.com/syntax-tree/hast-util-select)
242+
`querySelector`, `querySelectorAll`, and `matches`
243+
* [`hast-util-to-html`](https://github.com/syntax-tree/hast-util-to-html)
244+
— Stringify nodes to HTML
245+
* [`hast-util-to-dom`](https://github.com/syntax-tree/hast-util-to-dom)
246+
— Transform to a DOM tree
247+
233248
## Contribute
234249

235250
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)