Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Java IBM Open Source Software The Almighty Buck Linux News Technology

The Linux Foundation Helps Launch the JS Foundation (softpedia.com) 34

An anonymous reader writes from a report via Softpedia: Today, the Linux Foundation announced the creation of a new entity named the JS Foundation that will serve as an umbrella project and guiding force for various open-source utilities at the heart of the JavaScript ecosystem. The JS Foundation is actually the jQuery Foundation, which was expanded with the help of companies such as IBM and Samsung. With jQuery slowly bowing out to newer tools, the jQuery Foundation's members and their unmatched expertise will most likely be put to good use in managing the slew of new tools making up today's JavaScript landscape. The list of JS Foundation founding members includes Bocoup, IBM, Ripple, Samsung, Sauce Labs, Sense Tecnic Systems, SitePen, StackPath, University of Westminster and WebsiteSetup. In alphabetical order, the JS Foundation's initial projects are Appium, Chassis, Dojo Toolkit, ESLint, Esprima, Globalize, Grunt, Interledger.js, Intern, Jed, JerryScript, jQuery, jQuery Mobile, jQuery UI, Lodash, Mocha, Moment, Node-RED, PEP, QUnit, RequireJS, Sizzle, and webpack. "Using jQuery can constitute the use of a sledgehammer for putting small nails into an Ikea TV stand; however, as a piece of engineering, it really is a thing of beauty," says A. M. Douglas, British freelance web developer. "[T]he word 'jQuery' has become synonymous with 'JavaScript' for many. As of today, jQuery's days as a relevant tool are indeed numbered, but I think jQuery's source code will always have relevance, as it is a brilliant example to study for anybody seeking to learn and master JavaScript," Douglas also adds.
This discussion has been archived. No new comments can be posted.

The Linux Foundation Helps Launch the JS Foundation

Comments Filter:
  • Shut it down. Shut it down forever. -- Mr. Book, "Dark City [imdb.com]"

    • by tepples ( 727027 )

      Why do you consider it desirable to shut down the ability to make an app once and run it on Windows, macOS, X11/Linux, iOS, and Android?

      • As someone who has been writing JavaScript professionally for 20 years, I feel my opinion on this is valid.

  • jQuery is now a monoculture, and some day we will have to face the price of it.

    • by Shados ( 741919 )

      It's pretty common nowaday to make websites/webapps without jQuery at all, or to only use it for some legacy plugins and shit.

      Far from a monoculture at this point (probably half the reason that foundation got renamed...)

      • Yeah because of IE 6 - 8.

        So yes if the site works don't break it! But, that doesn't mean it's used for new projects for modern browsers and mobile apps. Typescript and angular are what the cool kids are using these days

    • by irrational_design ( 1895848 ) on Tuesday October 18, 2016 @12:57AM (#53097579)

      What are you talking about? I don't know anyone creating anything new that is using jQuery. Now that the majority of people have an evergreen browser installed, the need for jQuery has diminished to the point that I don't know anyone that still uses it unless the client specifically needs the site to run on ancient versions of IE (and since those version of IE have reached End of Life Support, most clients can be convinced not to do that). Are you talking about paying some sort of price for all the websites that were created with jQuery previously? What kind of price will we have to pay?

      • What are you talking about?

        Many web apps will come bundled with jQuery to support older browsers. Even if you do not use it, it is there. You notice it when you try to deploy Content-Security-Policy, because you need script-src: unsafe-inline.

        What kind of price will we have to pay?

        The usual price of monoculture are security problems. Same software everywhere is a sweet target for attackers.

        • "Many web apps will come bundled with jQuery to support older browsers." I honestly have no idea what you are talking about here. When you say "web app" what exactly are you thinking about? Are you talking about something like Google Docs (which is clearly a web app) maybe using jQuery (I have no idea if it does, but this is just an example)? What would it matter to me, as a developer that some web app online uses jQuery or not? That would just be a problem for that one development team if they ever want to

  • How so? (Score:5, Interesting)

    by ProzacPatient ( 915544 ) on Monday October 17, 2016 @09:50PM (#53096619)

    jQuery's days as a relevant tool are indeed numbered

    How is jQuery's days numbered; is it no longer hipster enough [hackernoon.com]?

    Maybe I didn't get the memo but as a professional web developer I still find jQuery immensely useful.

    • Re: (Score:2, Insightful)

      by Anonymous Coward

      jQuery is most likely destined, in the end, to become a victim of its own success. The features it provides are so essential, so clearly superior to the old DOM APIs, that those APIs have been and are still being substantially upgraded to natively incorporate most of jQuery's marquee features. I actually have a list on my work computer of all of the major jQuery features and what might replace them. The big one, jQuery's selector syntax, is a standard feature these days as querySelector and querySelectorAll

      • by Jahta ( 1141213 )

        The hackernoon link seems rather oriented toward simple, hack-it-together sorts of applications. Yes, if you're just making a personal web page or something you probably don't need a complete build system or anything like that.

        Sadly, that's not the case. The whole Javascript/front-end development scene is awash with tools/libraries du jour; what this article [medium.com] calls "magpie front-end developers". As the cited Airbnb example demonstrates, there's a quite a few large web development teams using shiny new things because they are "cool" but that don't add much (if any) business value.

  • Obligatory (Score:2, Informative)

    by Anonymous Coward

    why use jQuery when VanillaJS [vanilla-js.com] loads faster and is proven bug free?
    VanillaJS is used by more websites than jQuery.

    • There's another JavaScript framework [noscript.net] I'd heartily recommend.

      • If by "noscript.net" you meant whitelisting only those applications with a legitimate need for script, I'd agree. But if by "noscript.net" you meant that no application has a legitimate need for script, I'd have to disagree.

        Would you prefer that JavaScript applications be instead served as static HTML pages styled with CSS, with all logic server-side? A web-based paint program, for example, would need to use a server-side image map instead of Canvas and operate by click-wait-click-wait-click instead of drag

    • by DrXym ( 126579 )
      Why use any framework when a lot of these fundamental libraries only exist to paper over the cracks in JavaScript. Fix JavaScript.
  • The Linux Foundation serves a good purpose.

    Javascript???

    Isn't that just something hackers use to corrupt websites with?

  • Wrong icon (Score:2, Insightful)

    by Anonymous Coward

    Please stop using Java's coffee cup icon for Javascript....

  • I wonder what Linus thinks of Javascript

If all else fails, lower your standards.

Working...