https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30160 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #13 from David Cook <dcook@prosentient.com.au> --- (In reply to Tomás Cohen Arazi from comment #2)
Are you willing to try Vue as well? I fear index.js will grow too much when adding more components. I'm not on either camp but I remember Vue was better suited for modernizing legacy projects that don't intend to get converted into a full-fledged SPA.
In August 2020, I wrote a Koha plugin that used Vue.js, and it was really simple to work with it. Admittedly, all it did was use Vue.js to render a "Hello world" and then use a button to reverse that message on demand, but the same approach could be used for CRUD with cities. I wrote the HTML in a "vuejshelloworld.tt" file, and included my Javascript in a "jsinclude" block. It was very similar to how we do things now, except more streamlined. Earlier this week, I started getting back into coding on my own time (and not just work time), and one of the things I do want to look at is Vue.js, React, SPAs, and all things front-end... However, my current "fun project" is a non-Koha backend Golang project, and I want to get that done first... -- You are receiving this mail because: You are watching all bug changes.