▲ | chrismorgan 7 hours ago | |||||||||||||||||||||||||||||||||||||||||||||||||
Please look over my comments on HN about Flutter and pure-canvas and such. There are big problems. There is plenty special about the DOM that you lose and cannot gain back if you go pure-canvas. Links. Scrolling. Text handling. Composition. And various more. Use DOM. Please use DOM. Use canvas for an actual drawing canvas, but for the UI and anything else that’s largely text, use DOM. | ||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | peutetre 7 hours ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||||||||
There aren't "big problems" because it works. When you put yourself in the corner of claiming "pure-canvas is irredeemably bad" when it's plainly not, then there's nothing practical on offer. | ||||||||||||||||||||||||||||||||||||||||||||||||||
|