reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Modify VDOM Spec

Open Archmonger opened this issue 8 months ago • 0 comments

Current Situation

There are a few awkward designs of the current VDOM spec. We might want to push for a handful of changes.

Proposed Actions

Things that might require changes:

  • The key attribute is no longer needed as of this PR: https://github.com/reactive-python/reactpy/pull/1271
  • The VDOM spec currently uses camelCase for keys, but we really should be writing this from the perspective of Python, which uses snake_case.

Archmonger avatar Mar 12 '25 21:03 Archmonger