JQuery 4 BETA Released!

preview_player
Показать описание
Recorded live on twitch, GET IN

Become a backend engineer. Its my favorite site

This is also the best way to support me is to support yourself becoming a better backend engineer.

By: Timmy Willison

MY MAIN YT CHANNEL: Has well edited engineering videos

Discord

Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
Рекомендации по теме
Комментарии
Автор

jQuery reducing size by 867 bytes, meanwhile node_modules at my work is 8gb and the front end devs think "this is fine"

georgehelyar
Автор

I remember first learning about jQuery.. friend of mine showed that you can do accordions or modals in just a few lines (instead of 1000 lines in plain JS). Our minds were blown. Fast forward 3-4 years and everybody hated it. I have the same experience with React now

annoorange
Автор

Php, JQuery, and Wordpress are interwebs OG still running the show.

keyboard_g
Автор

HTMX and now jQuery 4?!?! These are truly the end of days!

chyldstudios
Автор

Killer of HTMX, React, Vue, Svelte etc. is finally here, 4.0 in beta.

kevas
Автор

Web 4.0 - jQuery 4, Perl 6.0, Ultra FTP deployments 🚀

MrTallAndy
Автор

This brings back memories of creating drop shadow images in GIMP, then writing js to create 8 divs around my element because neither shadows nor border images were supported yet. Good(?) times.

aidanbrumsickle
Автор

Among all the angular, vue, blah blah blah, jQuery has always been apart of my kit for.. god, almost 15 years now, reliably working all the time without complaint or issue (the same cannot be said about much else in the front end space for me)
Now that I’m knocking on HTMX’s door and jQuery getting a fresh 4.0, the future of front end for me looks like this: “as little to no JavaScript as possible, for everything else there’s jQuery”.
I’ve been spending the better part of the past month, ripping and tearing away at the products in my portfolio, to achieve the goal of no more Frontend compiling with gulp/grunt/etc. looking forward to a future of just including my libs with a script tag again. And just the two.

KyleHarrisonRedacted
Автор

LVL 1 boss:
- bottom: 0;
- left: 0;
- margin: auto;
- position: absolute
- right: 0;
- top: 0;

LVL 10 boss:
- support IE 3 up to 8.

bunpasi
Автор

one of the best web tools ever made. I still remember the time from the previous millenium when you would do all of the layout stuff using nested <TABLE/> in at least 3 seperate versions for Netscape, IE, and Safari as any other approach lead to an unmaintanable piece of work.

-Jakob-
Автор

7:46 agree, I consider myself lucky to be able to study and use old technology/solution in one of recent project my team is working on which still runs this modern world. It's funny since it even predates JSON, XML and my whole existence, I am really amaze on how optimized the data being transferred across the network. There is something into that solution that also shows how far we evolve in using technology but also at some point displays how convoluted and slow things have become in exchange of readability and convenience.

bitwisedevs
Автор

He didn't even talk about them switching the minifier to SWC. jQuery is built with Rust!

Noam-Bahar
Автор

I learned a ton about JS by reading the jQuery code back in the day.

albertoarmando
Автор

I've been a hobbyist web developer for over 15 years. Mostly used web technologies to make my own personal tools. JavaScript was a nightmare 15 years ago. jQuery made it a million times easier for someone who didn't get into the ins-and-outs of JavaScript. I then tool a long break from JS because CSS became so much better. Also, frameworks became a thing (Ruby on Rails was amazing at the time). Coming back to JavaScript, it's unrecognizable. Things now work. It's a lot more like a functional language, which I'm really diving into now.
While I don't need to be compatible with every browser beyond the ones I use, at least I know my code won't break in the future.

KayleLang
Автор

I use 100% vanilla JS and so I can appreciate how jquery utilities made their way into native browser support

ExecutionSommaire
Автор

As a 35 year old man. I could not be more excited.

aazendude
Автор

Oh. Last time I was doing some frontend stuff it was jQuery 1.2, I think.
As be dev I hate all these react/angular/vue bs. And I happy to see my old boy is still here.

wild_shaman
Автор

2:24 some factories or other obscure things, still have ancient hardware and the only thing that is working on that stuff is like Windows XP with old Internet Explorer. And they are not allowed to touch that, because some critical program is running on that PC. Simply following "if it works, don't try to fix it".
I personally was working as an IT guy in one such company, and it is very hard to update anything.

anj
Автор

He skipped where JQuery is built with Rust now.

keyboard_g
Автор

I remember writing my own JS compat library to deal with the ludicrous differences between browsers and browser versions. Then along came jQuery and blew everyone's mind. It's honestly awesome to see they're still pushing the web forward. People may scoff at jQuery, but it's so foundational to the web it might as well ship with browsers by default.

chrishoppner