os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Allow to use a frontend library for building Login UI #68

Closed andersevenrud closed 5 years ago

andersevenrud commented 5 years ago

Right now you have to either replace the login ui with something custom or use the virtual dom tree building. Which is fine, but not very elegant.

Add support for using Hyperapp, React or anything out of the box.

andersevenrud commented 5 years ago

This was a bit silly of me, because I've already added support for this:

https://manual.os-js.org/v3/guide/login/#replace