3

So yeah, don't know much about Javascript but a lot of you have recommended to stay away from JQuery and AJAX because they're on the way out. I hope ASP.NET would use a more modern library instead of JQuery

Comments
  • 1
    You can like just not use it tho. The main reason ASP.NET includes it is because come bundled with bootstrap
  • 3
    Ajax.... going out.... 😂😂😂😂😂

    Oh god that's a crack up.
    The Jquery part sure, if you don't use bootstrap or care to use react/angular/vue - which all make use of ajax/xhr anyway
  • 2
    JQuery might be old but for most cases it gets shit done.
  • 4
    jQuery is not going anywhere.
    AJAX is not a library or framework.. so I don't know who you are talking to but .. Jesús, I am confused.
  • 0
    Man jquery is not going out. Do me a favor. Grab some sticky notes. Now draw pictures of dicks in them. Every time someone tells you this bs just give them one of them stickt notes and tell them to eat it.

    You can still use jqueru if you so desire with no repercussions.

    Do learn JS to know what it is doing though.
  • 0
    Sorry guys. I really don't know muvh about js, but thanks for clearing that out for me. So Ajax is still esential everywhere, these new frameworks just uses it in a different way. But JQuery is the one I should be rethinking about using
  • 0
    @AleCx04 It is going out from bootstrap tho, which is like 60% of the reason people use it https://github.com/twbs/bootstrap/...
  • 0
    @inaba it being included in bootstrap is a convenience more than anything. I know of plenty of institutions and current working professionals that use jquery an awful lot without using bootstrap. The jqueru cdn still gets hit heavily for both professionals and people learning. It is just a script that people need to link and voila.

    I prefer newer stuff, cuz i like fancy and new.
  • 1
    @AleCx04 It wasn't included in bootstrap rather bootstrap was made with it since as bootstrap is from back in the day when cross browser development wasn't that pleasant and jquery solved that problem. And yes I know there's a shittonne of legacy code out there
  • 0
    @inaba i stand corrected on the bootstrap side. What are they using now? I don't use css frameworks that much so I am outside the loop in that regard
  • 0
    @AleCx04 Well at the moment they're using jquery since V5 is still in development, but they're switching to vanillajs
Add Comment