reactpy v2.0.0b6
Pre-release
Pre-release
All changes from v2.0.0b5 with a few additions:
- Fix
HOOK_STACKerrors - Remove
keyattribute from VDOM spec (Fix #1284) - Add
reactpy.html(...)shorthand notation for HTML fragments. - Add
reactpy.hshorthand alias forreactpy.html. - Add
reactpy.reactjs.component_from_npm - Deprecate
reactpy.web.* - Move
component_from_*functions intoreactpy.reactjs.* - Allow for all ReactPy and ReactJS components to be arbitrarily inserted into each other (Fix #1262)