flutterjs

↗ HN profile [ 135 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I've been working on this for about a year. Flutter Web uses CanvasKit (WASM + WebGL) which is great for pixel-perfect apps, but terrible for traditional websites where you need SEO, accessibility, and fast initial…

  2. Hey HN! I'm the creator of FlutterJS. The Problem: Flutter Web is great for building apps, but terrible for websites. It renders everything to Canvas/WASM, which means: 2-5 MB bundles (slow on mobile) Zero SEO – Google…