3 comments

[ 3.7 ms ] story [ 19.4 ms ] thread
Is hyperapp, a type of app? or a framework? or another layer ontop of Django?
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

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.