widgetti / ipyreact

React for ipywidgets that just works. No webpack, no npm, no hassle
BSD 3-Clause "New" or "Revised" License
119 stars 8 forks source link

fix: support buffers/DataView in props #65

Closed maartenbreddels closed 1 month ago

maartenbreddels commented 1 month ago

This allows us to send numpy arrays efficiently. Before, a buffer (from the Python side) was transformed into a empty object, now it is a DataView object.