ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Post

Another discovery for creating fast WCs is to avoid using props/attrs for initialization. This is faster… ``` const r = new Row(); r.render(id, label); ``` Than this… ``` const r = new Row(); r.rowId = id; r.rowLabel = label; ```

Feb 24, 2025, 3:45 PM

Record data

{
  "uri": "at://did:plc:fxipo3ogt5nrxjddervd4hxa/app.bsky.feed.post/3liwoxwgxzs2s",
  "cid": "bafyreifqr5uuxc2zzciixtam547llunaazniqzjkakzl5fcrg5hs7j3oli",
  "value": {
    "text": "Another discovery for creating fast WCs is to avoid using props/attrs for initialization.\n\nThis is faster…\n\n```\nconst r = new Row();\nr.render(id, label);\n```\n\nThan this…\n\n```\nconst r = new Row();\nr.rowId = id;\nr.rowLabel = label;\n```",
    "$type": "app.bsky.feed.post",
    "langs": [
      "en"
    ],
    "reply": {
      "root": {
        "cid": "bafyreih5vzjcpburizhcp2bdpr2rrwiqo6gyfkpddwnlgzsg7sffdcrotq",
        "uri": "at://did:plc:fxipo3ogt5nrxjddervd4hxa/app.bsky.feed.post/3liwox5d4fk2s"
      },
      "parent": {
        "cid": "bafyreiad3skzcebv7qhcbmth5snfizj5fl4obarmrbrzw5zilxmdipfvnq",
        "uri": "at://did:plc:fxipo3ogt5nrxjddervd4hxa/app.bsky.feed.post/3liwoxwgu4s2s"
      }
    },
    "createdAt": "2025-02-24T15:45:19.164Z"
  }
}