I've built quite a few javascript tools that are hosted on github pages. They are usually simple calculators or forms that output a to a table or a csv and I do this mostly in plain javascript.
However a lot of times if I want to make the app more powerful I find that I miss having the features of a framework (Like binding form elements to variables).
I have found that many JS frameworks don't like that im not using a server to serve the pages (Vue really doesn't like it).
Are there any frameworks out there that are friendly with github pages and will let me build more powerful front end only apps?
However a lot of times if I want to make the app more powerful I find that I miss having the features of a framework (Like binding form elements to variables).
I have found that many JS frameworks don't like that im not using a server to serve the pages (Vue really doesn't like it).
Are there any frameworks out there that are friendly with github pages and will let me build more powerful front end only apps?