|
|
|
|
|
by cgs
2398 days ago
|
|
I like this trend of moving back toward component based architecture. This has many similarities to Flutter, which for me has been a major breath of fresh air. What still gets me: HTML/CSS/JS honestly just sucks for building complex apps. We have shoehorned tools that were meant for simple document display into doing our bidding, but at what cost? Hours and hours of developer agony. It doesn't need to be this hard. I like looking at one file written in one language to see both the look and behavior of an app. There has just been too much mental overhead. I like the way things are going and this framework is step forward. |
|
I think it's precisely the JS/web space that's doing most of the work for exploring the exact ideas that make complex clients tractable and pleasant to develop.
For example, React and Elm are a lot closer to an ideal than any desktop/mobile client stack I've used.