I’m rewriting one of my pet projects from #Flutter Web to server-rendered #HTML. Because there are too many shitty mobile devices with a single vendor-provided browser that doesn’t support nice things or have fundamental bugs in those things.

#FlutterWeb #Browsers #PetProject #Dev #development #softwareDevelopment

@yehor what are you using to generate the html server-side? Do you use something like htmx for the interactive parts?
@blasfisq As I already have a backend on Dart with Serverpod, I used their Relic web server for that. It builds HTML with Mustache templates. I’m currently using Bootstrap 5, but the more interactive elements need further investigation.