Skip to content

reactpy v2.0.0b4

Pre-release
Pre-release

Choose a tag to compare

@Archmonger Archmonger released this 09 Dec 07:54
· 5 commits to main since this release
78c8f1a

All changes from v2.0.0b3 with a few additions:

  • Improve type hints on reactjs_component_from_*
  • Remove jsonpointer dependency
  • use_effect will now generate an exception if attempting to use an async function. Use use_async_effect instead
  • Remove deprecated Stop exception type
  • Remove deprecated hotswap function
  • Remove top-level export of reactpy.Layout. Use reactpy.core.layout.Layout instead.