How it feels to learn JavaScript in 2016

_kabal_

Executive Member
Joined
Oct 24, 2005
Messages
5,922
What happens? Awesome tooling and libraries? Yeah, that is terrible.

Who wants innovation and progress anyway. Long live ie6 and ecmascript 3.
 

[)roi(]

Executive Member
Joined
Apr 15, 2005
Messages
6,282

Hackson

Senior Member
Joined
May 9, 2010
Messages
690
This here is why at 25 I'm already preparing to retire at 55. Right now I have to deal with a pom, karma, gulp, bower, node and all sorts of stuff just to display a webpage.
 

Rewinder

Member
Joined
May 22, 2016
Messages
12
I've been trying to learn Redux with React over the past few days, but I am going to have to abandon it and just sprinkle jQuery everywhere because at some point I have to deliver a product, not just endlessly click links to half-baked tutorials and install npm modules.
 

_kabal_

Executive Member
Joined
Oct 24, 2005
Messages
5,922
I've been trying to learn Redux with React over the past few days, but I am going to have to abandon it and just sprinkle jQuery everywhere because at some point I have to deliver a product, not just endlessly click links to half-baked tutorials and install npm modules.

I assume you have watched the mini series on egghead.io by dan abramov - https://egghead.io/courses/getting-started-with-redux

Even if you are half joking, it is a nice intro for anyone else :)
 

xumwun

Expert Member
Joined
Jul 30, 2006
Messages
3,151
Just use something like dojo or extjs and be done with it (granted it's not that good for websites)
 
Last edited:

_kabal_

Executive Member
Joined
Oct 24, 2005
Messages
5,922
Or angular 1. Super easy to get up and running, especially if you just use a simple controller <---> service architecture. Add ui-router and you are smiling. No need for any gulp, babel, webpack, etc
 

skimread

Honorary Master
Joined
Oct 18, 2010
Messages
12,419
Good article. All the javascript choices for a startup template make all the decisions so subjective. Not to mention how the popularity changes from year to year.
 

i_need_adsl

Member
Joined
May 7, 2012
Messages
15
I recently completed a tutorial on HTML, CSS and PHP. I felt so clever. I thought responsive design was easy.
You people just scared me with all this new stuff. Gonna hide in my cave again.
 

skimread

Honorary Master
Joined
Oct 18, 2010
Messages
12,419
I recently completed a tutorial on HTML, CSS and PHP. I felt so clever. I thought responsive design was easy.
You people just scared me with all this new stuff. Gonna hide in my cave again.
This stuff isn't new. It's just become the new standard for greenfield websites
 

[)roi(]

Executive Member
Joined
Apr 15, 2005
Messages
6,282
So many external frameworks = so much risk...
Don't use something you can't maintain.
 

rward

Senior Member
Joined
Oct 26, 2007
Messages
865
This here is why at 25 I'm already preparing to retire at 55. Right now I have to deal with a pom, karma, gulp, bower, node and all sorts of stuff just to display a webpage.

Use php and jQuery instead?

I like the JavaScript environment as now if it is mandatory.

Server-side you can use php instead of node.

Front-end, you're not forced to use more than jQuery, but if you want to, you have tons of options.
 

Archie1

Senior Member
Joined
Feb 7, 2005
Messages
711
How's JavaScript for back end stuff? I'm thinking of using Node but not sure. Need to create a REST API.
 

zippy

Honorary Master
Joined
May 31, 2005
Messages
10,321
How's JavaScript for back end stuff? I'm thinking of using Node but not sure. Need to create a REST API.
I'm not sure javascript is meant for back end at all, which probably means it's really unsuitable. REST is so easy with jaxrs
 
Top