|
... because it is lightweight (at least until now), compact and easy to learn _AND_ neither google nor fb
It does not solve my Problem, but it answers my question
modified 19-Jan-21 21:04pm.
|
|
|
|
|
On Udemy, still not got past the first module. But, almost fainted on seeing the amount of code for "Hello World".
|
|
|
|
|
|
Thanks. Will keep this bookmarked.
|
|
|
|
|
I use Angular and my home made (no-name)...
As a poll in a poll you can guess which is the one that too many...
"The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge". Stephen Hawking, 1942- 2018
|
|
|
|
|
I don't do web programming.
Seriously, I don't. I do embedded and Windows desktop development in what is essentially a process control environment. The closest I get to web development is using HTML to display static report data.
Software Zen: delete this;
|
|
|
|
|
That would be either of:
Quote: I don't do front-end JavaScript development
I don't use a JavaScript framework
...depending on how you want to look at your html reports.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius
Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt
|
|
|
|
|
There's still an implicit assumption in the options that you're doing web development. I'm just putting my pedantic foot down .
Software Zen: delete this;
|
|
|
|
|
Gary Wheeler wrote: implicit assumption Implicitness is in the eye of the beholder.
When someone asks me what drugs I use, I just simply answer none.
Social Media - A platform that makes it easier for the crazies to find each other.
Everyone is born right handed. Only the strongest overcome it.
Fight for left-handed rights and hand equality.
|
|
|
|
|
I lately learned that javascript is also used for server development
Press F1 for help or google it.
Greetings from Germany
|
|
|
|
|
|
My web programming skills are limited to this.
<html>
Hello world!
</html>
/ravi
|
|
|
|
|
You're missing a body tag.
Social Media - A platform that makes it easier for the crazies to find each other.
Everyone is born right handed. Only the strongest overcome it.
Fight for left-handed rights and hand equality.
|
|
|
|
|
I plan to work on the advanced stuff this year.
/ravi
|
|
|
|
|
Don't ask what your Framework can do for you but what you can do for your Library!!
I think I have that the right way round.
|
|
|
|
|
|
We use Durandal with knockout mostly.
If you are not criticized, you may not be doing much.
|
|
|
|
|
Interesting that Aurelia didn't even make the list. It's becoming quite well known, and there are quite a few libraries out there (think charts, data grids, etc) that support it.
I'm not claiming by any means that it's better than any of the listed ones. It has its faults just like any of the other ones, just curious
|
|
|
|
|
The real competition is between first option and last two options.
___ ___ ___
|__ |_| |\ | | |_| \ /
__| | | | \| |__| | | /
|
|
|
|
|
At work I use Angular and ExtJS. Both create incredible unnecessary bloat.
For my own projects, I use the "eschew" framework -- in other words, no framework at all, not even jQuery. I simply don't see the need for all that bloatware and all that enforced MVC garbaaaage. I can organize my Javascript myself as needed into models, views, and controllers, thank you very much.
Result is incredibly fast webpages and painless debugging (well, as painless as Javascript debugging can be.) And HTML5 and WebSockets rock!
I honestly can't see the need to even use TypeScript, and if you look at some of the bizarre, inane, WTF features they're adding[^], I don't want to use it.
Latest Article - Slack-Chatting with you rPi
Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
Artificial intelligence is the only remedy for natural stupidity. - CDP1802
|
|
|
|
|
I looked at ember, angular ... etc. and coming from a win forms background with no web experience I found them to convoluted and difficult to "get" then I came across vuejs which I found dead simple to learn in comparison while at the same time being powerful and fast, and I fell in love with it.
You can do as little as you need with vue in a page or go all out on it with the vue component files (bundled html, js, css) which is great (I have switched to parcel as my packager instead of webpack which requires no configuration [upgrading webpack to the latest broke my build and I just gave up on it]).
At the moment I'm doing single page apps which are pretty complex and I have found nothing which vue can't handle even with my unorthodox win forms mentality (see TorpedoSync's[^] UI for example).
I recommend it to everybody.
|
|
|
|
|
Mehdi Gholam wrote: I came across vuejs which I found dead simple to learn in comparison while at the same time being powerful and fast, and I fell in love with it.
Same happened to me and never looked back. Another bonus point is that to me is the best documented framework around.
To alcohol! The cause of, and solution to, all of life's problems - Homer Simpson
Our heads are round so our thoughts can change direction - Francis Picabia
|
|
|
|
|
Mehdi Gholam wrote: then I came across vuejs which I found dead simple to learn in comparison while at the same time being powerful and fast, and I fell in love with it.
I keep hearing positive testimonials about Vue -- it's on my list to look at.
Latest Article - Slack-Chatting with you rPi
Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
Artificial intelligence is the only remedy for natural stupidity. - CDP1802
|
|
|
|
|
I, too, use javaScript that's pure as the driven snow.
And no matter which framework is in or out of style, I have no dependence; I have no concern.
Ravings en masse^ |
---|
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein | "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010 |
|
|
|
|
|
Till today I was able to do all that stuff without external frameworks.
Most things are checked by the server, like SQL injection or allowed chars since I think this is the more safer way.
And thanks God we have HTML5 and CSS for coding all that animation thingies or designing the look & behavior of the forms, messages, etc.
So I really don't need an external framwork. 
|
|
|
|