You are viewing a single comment's thread from:
RE: Stimulus js - modest JavaScript framework for the HTML
If you really want to do it that way, (via CDN), I would prefer to use Vue haha. I didnt try it without bundler, I use webpacker to create it.
You can check this out https://medium.com/cedarcode/installing-stimulus-js-in-a-rails-app-c8564ba51ea2
Hahaha... I got bored with Vue 😋. Maybe you want to check Svelte, it's really suitable for creating a component/widget on existing apps/projects. However, I still recommend Vue when creating an application from scratch.
Maybe try React, a lot of cool stuff and design pattern can be used lol, even I've learn and use it for more than a year, I won't say I know inside out of it.
So svelte is like Vue?
Look at that!
React already on my blacklist 😅, though I'm still interested in their rendering engine (what they call it, Fabric?).
Well, the syntax is inspired by Vue. However, Svelte is a compiler while Vue and React are frameworks which need a runtime.
If you have time, try creating a vscode extension or jupyter widget using React or Vue. You will know what the downside is 😉