vercel-labs / vercel-labs/json-render

Dynamic data support?

Open
#5 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
16.8k
Forks
901
Avg merge
3h 14m
Merged PRs (30d)
4

Description

Any plan to support "data-patch" operation?

{ "op": "set", "dataPath": "/user", "value": {} }   // { "user": {} }
{ "op": "set", "dataPath": "/user/name", "value": "Alice" }  // { "user": { "name": "Alice" } }

Refer to Streaming part, "component-patch" operation is supported.

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Streaming documentation and its existing component-patch operation, which the issue identifies as the reference point. Trace how streaming operations are parsed and applied, then define support for the shown data-patch paths; done means both example updates produce the expected nested data.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.