From 581543e8e2277ab3720fa58ad49765b7427a8d94 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Tue, 21 Nov 2023 20:04:10 +0700 Subject: [PATCH] docs(docs): readme section on related packages (#946) Co-authored-by: Simon Friis Vindum --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1ac205b..6e340c1 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ patch(vnode, newVnode); // Snabbdom efficiently updates the old view to the new - [elm : Element](#elm--element) - [key : string | number](#key--string--number) - [Structuring applications](#structuring-applications) +* [Related packages](#related-packages) - [Common errors](#common-errors) - [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 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 ```text