keller-mark / anyhtmlwidget

Bringing core concepts from anywidget to R
https://keller-mark.github.io/anyhtmlwidget/
Other
13 stars 1 forks source link

Rename static mode and add another mode? #9

Open keller-mark opened 4 months ago

keller-mark commented 4 months ago

It might be confusing that the current static mode performs re-renders on value changes. Perhaps static should mean render only once and never re-renders at all. It might be more clear to rename this mode to r-to-js-only and use the term static for a new mode that never performs re-renders.