From e7d41a69f60b5f244a9d94f7c137e58eeb974539 Mon Sep 17 00:00:00 2001 From: rafapaezbas Date: Tue, 27 Feb 2024 16:39:44 +0100 Subject: [PATCH] removed outdated autobase example link --- building-blocks/autobase.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/building-blocks/autobase.md b/building-blocks/autobase.md index 83c608e..2f45849 100644 --- a/building-blocks/autobase.md +++ b/building-blocks/autobase.md @@ -254,8 +254,6 @@ await base.view.update() console.log(base.view.length) ``` -More sophisticated indexing might require multiple appends per input node, or reading from the view during `apply` -- both are perfectly valid. The [multiwriter Hyperbee example](https://github.com/holepunchto/autobase/blob/master/examples/autobee-simple.js) shows how this `apply` pattern can be used to build Hypercore-based indexing data structures using this approach. - #### View Creation #### **`base.start({ apply, unwrap } = {})`**