{{if .DevMode}}
Data
{{.}}
{{end}}
It's nicely unobtrusive when collapsed, doesn't mess up the page completely. Then expands to the full glory when needed.I'm betting on HTML
41–50 of 458 posts
Re: I'm betting on HTML
#42Great read and interactive demo. After a few years of dabbling with Flutter I just came back to the same conclusion: bet on HTML. Astro / Tailwind / Daisy UI / Alpine.js makes it lovely to build an HTML site with a lot of simple SSR and a little bit of client side reactivity peppered about. The result is simple sane HTML files that look and work great on desktop web browser and and mobile wrapped web view. My app is…
Exporting to web using Flutter is a nightmare I believe. When I checked last time, rendering happens on a canvas. There is no markup at all
Re: I'm betting on HTML
#43Great read and interactive demo. After a few years of dabbling with Flutter I just came back to the same conclusion: bet on HTML. Astro / Tailwind / Daisy UI / Alpine.js makes it lovely to build an HTML site with a lot of simple SSR and a little bit of client side reactivity peppered about. The result is simple sane HTML files that look and work great on desktop web browser and and mobile wrapped web view. My app is…
Re: I'm betting on HTML
#44HTML is that nerd who's rich now. Give me HTML,CSS,JS combo any day over some complex js library or platform.
Re: I'm betting on HTML
#45Hey OP, I notice you're using Berkeley Mono, which is beautiful. But your website's CSS appears to be applying boldface on an already boldface font in the headers (despite the typeface name claiming to be 'Regular', it is actually bold; see the datasheet[1]), which is causing bad hinting. Consider changing your typeface file! [1]: https://cdn.berkeleygraphics.com/static/typefaces/berkeley-m...
Re: I'm betting on HTML
#46Earlier quoted context omitted.
Exporting to web using Flutter is a nightmare I believe. When I checked last time, rendering happens on a canvas. There is no markup at all
I use Flutter for some web apps, it works fine. It's good for web apps, not web sites, and compared to other desktop or mobile apps, there is literally no difference between rendering on a canvas to rendering on Qt or SwiftUI. People, in my experience, just get up in arms about the web that does not happen with other technologies.
Except, you know, accessibility.
> just get up in arms about the web that does not happen with other technologies.
And for a good reason.
Re: I'm betting on HTML
#47Re: I'm betting on HTML
#48For the love if god, study your tools! (and not from SEO spam articles)
Re: I'm betting on HTML
#49I also feel multivalued tag inputs also require JS widgets. Is there a pure HTML version?