Hyperapp + .NET #1118
calin-dobos
started this conversation in
Show and tell
Hyperapp + .NET
#1118
Replies: 1 comment
-
Looks fun! Thanks for sharing. 😌 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
In the last couple of years I have created a .NET full stack framework that is inspired by Hyperapp and also uses Hyperapp as one of the core components.
https://github.com/qwebsolutions/metapsi
The target was for everything to be self-contained, which led me on a path of dynamically generated JavaScript. For this I needed a really minimal, embeddable js framework, which made Hyperapp basically the only option. It turned out to be a perfect fit.
I also applied the 'view function of a full data model' idea for server-side rendering and it seems to result in a simple, unified development experience.
So... thanks @jorgebucaran
At this point the framework is used for some small commercial projects, including a landing page and a Ionic PWA. There is no particular roadmap for now, but development will continue for the foreseeable future.
Beta Was this translation helpful? Give feedback.
All reactions