Is there any example about how to include a js lib...
# fritz2
g
Is there any example about how to include a js library (like chartjs) and make it reactive to data change? I do not see anything in the documentation.
j
https://github.com/formation-res/kt-fullstack-demo have a look at this. We integrated fluent-js there should be some code in there to provide kotlin stubs for the fluent stuff. It's not that hard when you figure it out. We also have maplibre integrated in a private project. bit more work but you can interface with just about anything.
👀 1
👍 1