[–] gitgud 7y ago ↗ Is hyperapp, a type of app? or a framework? or another layer ontop of Django? [–] zaceno 7y ago ↗ Hyperapp is a client-side micro-framework for web applications. So yes, it's a framework. And also yes, it is a layer on top of Django -- or anything else you've got on the back end.see: https://github.com/jorgebucaran/hyperapp [–] spapas82 7y ago ↗ You can think of Hyperapp as an alternative to React!I am using Django/DRF only to provide a (writable) REST API to Hyperapp in order to have more "real-life" project.
[–] zaceno 7y ago ↗ Hyperapp is a client-side micro-framework for web applications. So yes, it's a framework. And also yes, it is a layer on top of Django -- or anything else you've got on the back end.see: https://github.com/jorgebucaran/hyperapp
[–] spapas82 7y ago ↗ You can think of Hyperapp as an alternative to React!I am using Django/DRF only to provide a (writable) REST API to Hyperapp in order to have more "real-life" project.
3 comments
[ 3.7 ms ] story [ 19.4 ms ] threadsee: https://github.com/jorgebucaran/hyperapp
I am using Django/DRF only to provide a (writable) REST API to Hyperapp in order to have more "real-life" project.