Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Flutter on the web uses the DOM?

I seem to recall discussing here on HN with people from the Flutter team how they didn't use the DOM on purpose.



>Flutter on the web uses the DOM?

Yes. On the web it actually has 2 renderers, a HTML (which uses the DOM) and a Canvas based one (which doesn't).

But I mostly wanted to write about what's the case with React - I just wrote quickly and also kept the reference to Flutter from the parent comment which mentioned them together...


Thanks, I didn't know about the HTML renderer.

Is there any demo online?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: