Is anyone else sad that we have adopted HTML/CSS as the universal lingua franca for describing views? I understand why (or at least I believe I do): HTML/CSS is an inevitable part of the ecosystem because the web is an important target. A lot of devs will know at least some, and your organisation may already have loads of them because you also need to target the web. Maybe you even already have some view code written…
Just like JavaScript: it's bad but it is the only thing that works everywhere so it's won.
Vue Native (2018)
91–100 of 190 posts
Re: Vue Native (2018)
#92Is anyone else sad that we have adopted HTML/CSS as the universal lingua franca for describing views? I understand why (or at least I believe I do): HTML/CSS is an inevitable part of the ecosystem because the web is an important target. A lot of devs will know at least some, and your organisation may already have loads of them because you also need to target the web. Maybe you even already have some view code written…
How can you say this with a "barely competent" level of expertise? I would rather hear a well reasoned argument from someone who knows the ecosystem and its trade-offs.
Re: Vue Native (2018)
#93Is anyone else sad that we have adopted HTML/CSS as the universal lingua franca for describing views? I understand why (or at least I believe I do): HTML/CSS is an inevitable part of the ecosystem because the web is an important target. A lot of devs will know at least some, and your organisation may already have loads of them because you also need to target the web. Maybe you even already have some view code written…
But mobile app should be prime targets for it, and theming is a well understood concept for it too.
So why do we not have a proper rad tool (drag and drop my button where I want it, see the list of events, double clic onclic to edit code to run on clic event, customize onrender if I want some magic look or draw on a canvas,...).
It has got to be better than this html/js horror show.
Re: Vue Native (2018)
#94Is anyone else sad that we have adopted HTML/CSS as the universal lingua franca for describing views? I understand why (or at least I believe I do): HTML/CSS is an inevitable part of the ecosystem because the web is an important target. A lot of devs will know at least some, and your organisation may already have loads of them because you also need to target the web. Maybe you even already have some view code written…
I just don't understand what happened to classical RAD from the late 90s early 00s. OK web was out of touch because no one really uses the "standard gui" anymore, even something as simple as a button has different look and behavior on every website. But mobile app should be prime targets for it, and theming is a well understood concept for it too. So why do we not have a proper rad tool (drag and drop my button where…
Re: Vue Native (2018)
#95Earlier quoted context omitted.
I keep vainly hoping for undo/redo, configurable keyboard shortcuts, cross-app files, app help, you know... the wins of the Windows 3.x 90s. I'm honestly amazed some (especially undo!) were shrugged away so easily.
Can you elaborate? Undo/redo in what contexts? What applications had undo/redo besides for editing things?
Re: Vue Native (2018)
#96Earlier quoted context omitted.
Please educate me, what is good? What I am missing out on? I'm no stranger to Web tech, including JS on the browser and on the server side. It's hell compared to native App development using the native technologies. I mean, it's so bad that the tutorials explaining the project setup phase can be hours long to follow. Scripts running in the background just to keep you in check and let you write more readable code that…
> Please educate me, what is good? What I am missing out on? For me, it's that you're talking about the flaws which means they're considerable.
Re: Vue Native (2018)
#97Flutter web is also becoming a viable option for web apps. I recently wrote a new app in Flutter and it works surprisingly well on the web, not just in native iOS and Android. It has some quirks though but I did not find anything serious.
Re: Vue Native (2018)
#98I was using Cordova with VUE.js and had fantastic results in both iOs and Android, using "Buefy" as my UI framework. I started with Nativescript and ended up in building a WebView which I then simply included. I haven't tested Vue Native yet but wanted to know why Cordova seems to be on the decrease :( I feel like I have to develop in Vue Native or Nativescript soon to not lose track. However, I always liked the Cord…
Re: Vue Native (2018)
#99- "react": "^15.5.4",
- "react-dom": "^15.5.4"
as npm dependencies.
Dumb question - why does it need react as dependencies?
Re: Vue Native (2018)
#100Earlier quoted context omitted.
Just like JavaScript: it's bad but it is the only thing that works everywhere so it's won.
Just like C: it's bad but it is the only thing that works everywhere so it's won.
I've made a respectable living off web technologies, and the products I've built create value for many people.
Maybe it's not the sharpest knife in the kitchen and I'm not Gordon Ramsay, but the final consumer product is still pretty close to being regarded as Michelin Star quality, not as a boast but just a point of fact.
Giving an flip "XYZ technology bad!" remark usually comes across as a meme or as uninformed and snobbish. The fact is these "bad" technologies do a whole lot of good.