19 Matching Annotations
- Jan 2023
-
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
- Dec 2022
-
developer.mozilla.org developer.mozilla.org
-
news.ycombinator.com news.ycombinator.com
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
-
-
datatracker.ietf.org datatracker.ietf.org
-
blog.engelke.com blog.engelke.com
-
blog.engelke.com blog.engelke.com
-
dexie.org dexie.org
-
```js import React from "react"; import Dexie from "dexie"; import { useLiveQuery } from "dexie-react-hooks"; import { db } from "./db";
// // React component // export function OldFriendsList() { const friends = useLiveQuery( () => db.friends .where('age') .above(75) .toArray() );
if (!friends) return null; // Still loading.
return
-
{ friends.map(friend =>
- {friend.name}, {friend.age} ) }
-
-
bugs.webkit.org bugs.webkit.org
Tags
Annotators
URL
-
-
codepen.io codepen.io
Tags
Annotators
URL
-
-
www.boxcryptor.com www.boxcryptor.com
-
www.w3.org www.w3.org
Tags
Annotators
URL
-
-
javascript.plainenglish.io javascript.plainenglish.io