reactpy
reactpy copied to clipboard
Modify VDOM Spec
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
keyattribute is no longer needed as of this PR: https://github.com/reactive-python/reactpy/pull/1271 - The VDOM spec currently uses
camelCasefor keys, but we really should be writing this from the perspective of Python, which usessnake_case.