Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Enough with the javascript already" presentation #20

Closed
bemurphy opened this issue Jul 12, 2015 · 3 comments
Closed

"Enough with the javascript already" presentation #20

bemurphy opened this issue Jul 12, 2015 · 3 comments

Comments

@bemurphy
Copy link

In 2013 you gave the very popular talk entitled "Enough with the javascript already". How do you feel about those ideas ~2 years later?

@nzakas
Copy link
Owner

nzakas commented Jul 12, 2015

Same. I still feel like people are doing too much in client side JavaScript and that ultimately leads to a lot of trouble down the road. I still feel that you should do as much as possible without JavaScript first, then add JavaScript as an enhancement where necessary.

@nzakas nzakas closed this as completed Jul 12, 2015
@lozandier
Copy link

In regards to doing as much as possible without JavaScript, what's your thoughts on Web Components, an emerging thing that fundamentally change how we build components for JS but requires JS?

@nzakas
Copy link
Owner

nzakas commented Jul 12, 2015

I'm not sold on web components at the moment. Making a tag that does nothing unless JavaScript is present seems like a recipe for trouble. I'm going they evolve into something a bit more rational.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants