vercel-labs / vercel-labs/json-render
Dynamic data support?
Open
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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