docs(docs): readme section on related packages (#946)

Co-authored-by: Simon Friis Vindum <simonfv@gmail.com>
pull/1076/head
Shahar "Dawn" Or 1 year ago committed by GitHub
parent d05aec634d
commit 581543e8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -158,6 +158,7 @@ patch(vnode, newVnode); // Snabbdom efficiently updates the old view to the new
- [elm : Element](#elm--element) - [elm : Element](#elm--element)
- [key : string | number](#key--string--number) - [key : string | number](#key--string--number)
- [Structuring applications](#structuring-applications) - [Structuring applications](#structuring-applications)
* [Related packages](#related-packages)
- [Common errors](#common-errors) - [Common errors](#common-errors)
- [Opportunity for community feedback](#opportunity-for-community-feedback) - [Opportunity for community feedback](#opportunity-for-community-feedback)
@ -974,6 +975,11 @@ Here are some approaches to building applications with Snabbdom.
Be sure to share it if you're building an application in another way Be sure to share it if you're building an application in another way
using Snabbdom. using Snabbdom.
## Related packages
Packages related to snabbdom should be tagged with the `snabbdom` keyword and published on npm.
They can be found [using the query string `keywords:snabbdom`](https://www.npmjs.com/search?q=keywords:snabbdom).
## Common errors ## Common errors
```text ```text

Loading…
Cancel
Save