richlegrand / dash_devices

A fork of plotly/dash to help Dash deal with devices.
https://plotly.com/dash
MIT License
87 stars 11 forks source link

What's the status/strategy of this project? #8

Open iynehz opened 2 years ago

iynehz commented 2 years ago

This is really a great project and thanks for making it available. But I wonder what the status is. Looking at it today it's 3k+ commits behind the plotly/dash project. How are we compatible with latest version dash? And what's the longer term strategy of this project? Thanks.

shwnyao commented 2 years ago

have the same question

shouldsee commented 2 years ago

This repo pops up when searching for websocket pushing strategies. It seems that subclassing app.callback is a bit heavier than subclassing Output.

sambidwasti commented 1 year ago

Just wanted to update as a user not as a developer. I use this in my project, something i inherited. The new dash components are not compatible with the dash-devices. I don't remember off-hand which dash version is compatible with this project, but its the older dash version. (I think for my purpose, the latest stable dash is dash==1.19.0). I am in process of working around dash-devices to switch to newer dash compatibility.