-
Given that there is no virtual dom, is it safe to include things like bootstrap/chart.js with their vanilla js libraries? |
Beta Was this translation helpful? Give feedback.
Answered by
lukechu10
Jul 25, 2022
Replies: 1 comment
-
Most likely yeah, although you don't want to be changing parts that are dynamic in sycamore because that will cause state to be out of sync. But in most cases, it should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jetaggart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most likely yeah, although you don't want to be changing parts that are dynamic in sycamore because that will cause state to be out of sync. But in most cases, it should work.