I'm toying with a client-only JS one-page app -- p...
# javascript
h
I'm toying with a client-only JS one-page app -- persistence via PouchDB, so no server needed. I've been looking at Yested (https://github.com/jean79/yested) to make the GUI bits easier, although it doesn't have any MVC. Anything else I should investigate?
k
It's a full-stack sample, but you can look at front-end part of it
Yested is outdated. It was developed under 1.0.x, and we introduced many breaking changes since 1.1.0
h
Yes, but I've had a go at updating it, and the demo site works as before, in my build: https://github.com/jean79/yested/pull/128
👍 1
Next step is to replace the JQuery from stdlib with one from DefinitelyTyped. I've created that already for my own project. BTW, is there any central repo of "ts2kt output from DefinitelyTyped", or do people generally just add them to their own projects?
k
There's nothing like DefinitelyTyped for Kotlin yet