Earlier quoted context omitted.
ten years ago I was writing UIs in Qt, given that comment in ten years I'm confident I'll still be writing UIs in Qt
Is it possible to HTML DOM apps in Qt? Is there any blog/book/video that you'd recommend a Qt noob?
Alternative lightweight UI library to modern day frameworks
51–60 of 73 posts
Re: Alternative lightweight UI library to modern day frameworks
#52Mithril still has a place in my heart though, it was a joy to use.
Re: Alternative lightweight UI library to modern day frameworks
#53Re: Alternative lightweight UI library to modern day frameworks
#54I stole their API somewhat for my 33-line-React, if you have any interest in how stuff works under the hood - check it out! https://leontrolski.github.io/33-line-react.html
Re: Alternative lightweight UI library to modern day frameworks
#55Right now Next.js might be the hottest front end framework but I'm looking for something simpler to build SPA's. I'm not interested in SSR or SSG at all. Mithril.js looks very promising as it provides you with everything you might need to build a simple web app out of the box. The only other frameworks that do that is Angular and Ember, but they're both declining in popularity especially Ember. On the other hand Reac…
Re: Alternative lightweight UI library to modern day frameworks
#56Re: Alternative lightweight UI library to modern day frameworks
#57Re: Alternative lightweight UI library to modern day frameworks
#58I have noticed newer generations of developers believe they need heavy frameworks like React to develop web applications. Most apps don't need such heavy frameworks. Here's a 500-line "framework" (if you can call it that) https://github.com/Rajeev-K/mvc-router and here's an example app built using it: https://github.com/Rajeev-K/eureka For templates I used https://github.com/wisercoder/uibuilder which is a 200-line l…
Re: Alternative lightweight UI library to modern day frameworks
#59I have noticed newer generations of developers believe they need heavy frameworks like React to develop web applications. Most apps don't need such heavy frameworks. Here's a 500-line "framework" (if you can call it that) https://github.com/Rajeev-K/mvc-router and here's an example app built using it: https://github.com/Rajeev-K/eureka For templates I used https://github.com/wisercoder/uibuilder which is a 200-line l…
"Close to the metal" should not be used to talk about javascript ... I love js ... But let's be realistic, vanilla js is great but very far from metal
Re: Alternative lightweight UI library to modern day frameworks
#60I like to chime in every time I see a thread about Mithril. I learned modern SPA development with Mithril and in many ways still prefer it over React or Svelte. It's definitely starting to show its age as many of the main contributors have moved on and new libs are being created everyday. However the chat [1] is still very active and there are always great discussions going on there that are often not even specifical…