Skip to content

Conversation

@Archmonger
Copy link
Contributor

@Archmonger Archmonger commented Dec 11, 2025

Description

  • Fix HOOK_STACK errors
  • Remove key attribute from VDOM spec (Fix Modify VDOM Spec #1284)
  • Add reactpy.html(...) shorthand notation for HTML fragments.
  • Add reactpy.h shorthand alias for reactpy.html.
  • Add reactpy.reactjs.component_from_npm
  • Deprecate reactpy.web.*
  • Move component_from_* functions into reactpy.reactjs.*
  • Allow for all ReactPy and ReactJS components to be arbitrarily inserted into each other (fix Improve support for JavaScript component children #1262)

Checklist

Please update this checklist as you complete each item:

  • Tests have been developed for bug fixes or new functionality.
  • The changelog has been updated, if necessary.
  • Documentation has been updated, if necessary.
  • GitHub Issues closed by this PR have been linked.

By submitting this pull request I agree that all contributions comply with this project's open source license(s).

@Archmonger Archmonger marked this pull request as ready for review December 11, 2025 15:30
@Archmonger Archmonger merged commit 2671e78 into reactive-python:main Dec 12, 2025
20 checks passed
@Archmonger Archmonger deleted the v2.0.0b6 branch December 12, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify VDOM Spec Improve support for JavaScript component children

1 participant