Y
Hacker News
new
|
ask
|
show
|
jobs
by
Labo333
2826 days ago
Hi, is it possible to interact with js libraries? Like leaflet to integrate maps.
1 comments
dddomodossola
2826 days ago
yes of course, you can include js libraries in App constructor and execute js by doing app_instance.execute_javascript(jscode)
link
Labo333
2826 days ago
Seems great! I used
https://github.com/miyakogi/wdom
a few times but it wasn't satisfying because you have to get your hands dirty with js when you want to customize things (not in js libs but with the widgets).
link