iiRecord
Agentic AI Atlas · Immer
library:immera5c.ai
II.
Library JSON

library:immer

Structured · live

Immer json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-node-testing-utils.yamlCluster · domain
Record JSON
{
  "id": "library:immer",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-testing-utils.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Immer",
    "belongsToLanguageId": "language:javascript",
    "category": "data-structures",
    "description": "Create the next immutable state by mutating the current one — uses Proxy to record mutations and produce a new immutable object tree.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:immer",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:immer",
      "to": "skill-area:application-state-management",
      "kind": "used_for"
    },
    {
      "from": "library:immer",
      "to": "library:lodash",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}