Basically I wrote a JavaScript SPA Framework that allows Vue, Handlebars, and some other Templating languages to be used in a low code manner for working with web services.
The only JS needed for that app is used with the Auth and the library works with generic web services and GraphQL so it’s easy and quick to modify.
https://dataformsjs.com/examples/entry-form-demo-hbs.htm
Basically I wrote a JavaScript SPA Framework that allows Vue, Handlebars, and some other Templating languages to be used in a low code manner for working with web services.
The only JS needed for that app is used with the Auth and the library works with generic web services and GraphQL so it’s easy and quick to modify.