Тёмный

htmx in 100 seconds 

Fireship
Подписаться 3,1 млн
Просмотров 1,1 млн
50% 1

Learn the basics of htmx - an HTML-focused UI library that can handle data fetching and rendering in web applications without complex JavaScript code or frameworks.
#webdevelopment #javascript #100SecondsOfCode
💬 Chat with Me on Discord
/ discord
🔗 Resources
- htmx docs htmx.org
- HTML in 100 seconds • HTML in 100 Seconds
- Nuxt in 100 Seconds • Nuxt in 100 Seconds
- Math for Programmers • 100+ JavaScript Concep...
🔥 Get More Content - Upgrade to PRO
Upgrade at fireship.io/pro
Use code YT25 for 25% off PRO access
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- What is htmx?
- htmx quickstart tutorial
- Alpine.js vs htmx
- Do I need a JavaScript framework?
- What is AJAX in web development?
- htmx boost vs Turbolinks

Наука

Опубликовано:

 

16 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2 тыс.   
@ThePrimeTimeagen
@ThePrimeTimeagen 11 месяцев назад
i love htmx almost as much as i love you
@H3cJP
@H3cJP 3 месяца назад
awww
@mr.mirror1213
@mr.mirror1213 3 месяца назад
@@saviocri good introspection
@edoutside4315
@edoutside4315 2 месяца назад
bruh... 🤗
@fb-gu2er
@fb-gu2er Месяц назад
So gay
@ventacode
@ventacode Месяц назад
Does that mean you hate him ....
@henninghoefer
@henninghoefer 11 месяцев назад
As a backend dev, I think I would love this. No npm incantations. Great to quickly slap together an "admin UI" for backend parameters, custom monitoring etc.
@iy42
@iy42 11 месяцев назад
Exactly what I use it for -- I've got tons of small dashboards in production using htmx
@heitorvrb
@heitorvrb 11 месяцев назад
You'd think you'll love it until you realise you have to return HTML from your backend.
@dl0.0lb
@dl0.0lb 11 месяцев назад
@@heitorvrb It doesn't seem like it would be to hard to hook into the HTMX events and use templates so you're only returning data.
@w01dnick
@w01dnick 11 месяцев назад
@@heitorvrb and what is the problem with that? I'm not familiar to htmx, but with Ruby-on-Rails it's easy to return both html or json or anything else.
@yash1152
@yash1152 11 месяцев назад
this thread & replies above are gold nuggets (:
@kodeypatterson8973
@kodeypatterson8973 11 месяцев назад
HTMX is actually really fun to use and it’s a lot of functionality for less code than a JavaScript function
@cheeseburgersuperior1874
@cheeseburgersuperior1874 11 месяцев назад
really? where can i learn about this htmx. does it work with php?
@kodeypatterson8973
@kodeypatterson8973 11 месяцев назад
@@cheeseburgersuperior1874 I dont see why it wouldn't work. @bugbytes3923 is a good channel but he uses Django mostly. Same concept though.
@bluecup25
@bluecup25 11 месяцев назад
for small / simple projects
@cheeseburgersuperior1874
@cheeseburgersuperior1874 11 месяцев назад
@@bluecup25 for now, eventually it will surpass others. never underestimate, i say.
@kodeypatterson8973
@kodeypatterson8973 11 месяцев назад
@@bluecup25 Yeah probably for smaller projects. Or even just to update some old apps to add a bit more fluidity to them. There is quite a bit of functionality already there that could replace a ton of JavaScript with a few simple HTMX tags in your html. HTMX is really good I wouldn't underestimate it just yet.
@ShaferHart
@ShaferHart 11 месяцев назад
This series is great for keeping me up to date with the buzz words. I don't care to learn the tech most of the time but at least I'm not 100% lost when they happen to come up (97% of them never do lol).
@nickoates
@nickoates 11 месяцев назад
How does Fireship always manage to make a video on the exact topic I'm interested in at the time?
@ArthurKhazbs
@ArthurKhazbs 11 месяцев назад
Totally relatable
@kafran
@kafran 11 месяцев назад
He checks what’s hyped 😂
@ozgurg0
@ozgurg0 11 месяцев назад
Are you Fireship?
@westsidethug45
@westsidethug45 11 месяцев назад
AI
@plamenavramov2755
@plamenavramov2755 11 месяцев назад
He took the red pill …
@jeffnikelson5824
@jeffnikelson5824 11 месяцев назад
I can imagine using this for minimalistic small project that don't require a lot of logic. but building a large enterprise solution with this looks insane
@darkbluewalther
@darkbluewalther 11 месяцев назад
In theory this is absolutely possible, but what's currently lacking to me are developer tools. Debugging is complicated, especially when using framework like Django or Laravel that are not thought with htmx is mind.
@jocke8277
@jocke8277 11 месяцев назад
Yeah, I've seen people talk about this a lot but it's looks underwhelming imo.. Like, why would I use this
@angeatgr
@angeatgr 11 месяцев назад
It is not meant for that but mostly light web app that require a bit of UX improvement, for example Django framework is a very good combo.
@tomich20
@tomich20 11 месяцев назад
Using php to render htmx ❤
@simplylizz1
@simplylizz1 11 месяцев назад
On the other hand, building a large enterprise solution is always looks insane 😐
@MarcusTwichel
@MarcusTwichel 11 месяцев назад
The maintainer of this project was my professor for a few years! So glad it’s getting the attention it deserves! Next do hyperscript - it’s from the same team and works a lot like htmx but you can do almost all JavaScripty things!
@vasiovasio
@vasiovasio 11 месяцев назад
How small the world is it! 😊
@MrPoppshot
@MrPoppshot 11 месяцев назад
Carson
@DeathBySploot
@DeathBySploot 11 месяцев назад
This is awesome. Fireship, you are awesome and quickly becoming one of my favorite channels!
@n0xter95
@n0xter95 11 месяцев назад
I can finally drop all my active projects and start a new one on HTMX until Fireship uploads something that'll make me drop the next project
@nonelelacele9300
@nonelelacele9300 11 месяцев назад
🤣🤣🤣🤣
@yeikiu
@yeikiu 11 месяцев назад
been there, done that
@andy-ally
@andy-ally 11 месяцев назад
So true. Not sure if I should add it at the end of my list of 2589 new technologies to learn or I should swap it with something as it sounds quite revolutionary.
@n0xter95
@n0xter95 11 месяцев назад
@@andy-ally i create a repo with something new to learn. Commit for 2/3 days Fireship uploads New repo, new stuff Redo
@webdevnoob
@webdevnoob 11 месяцев назад
LOL but I doubt that because HTMX looks like a keeper.
@darkbluewalther
@darkbluewalther 11 месяцев назад
Note that htmx shines when used with hyperscript, to keep a "local behaviour" philosophy.
@depafrom5277
@depafrom5277 11 месяцев назад
where else can one use hyperscript, do I really need to learn this strange "language"?
@TheWrapperup
@TheWrapperup 11 месяцев назад
@@depafrom5277 No, you don't have to. htmx integrates well with vanilla JS, and web components also complement it really well too.
@switzerland
@switzerland 11 месяцев назад
Pls do Hotwired and Turbo after htmx❤
@rashshawn779
@rashshawn779 11 месяцев назад
​@@TheWrapperupany tuts on integrating with webcomponents. Seems like a convenient way to add features to a webcomponent without hacking into the webcomponent itself.
@BosonCollider
@BosonCollider 11 месяцев назад
Hyperscript is interesting but not interesting enough to be worth pulling in as a dependency imho. Just using the excellent alpine js integration is usually better
@tylerweirtube
@tylerweirtube 4 месяца назад
The cheekiness paired with the clarity of your videos is amazing.
@Greedygoblingames
@Greedygoblingames 11 месяцев назад
IMO this is the right direction of travel. HTML was never designed for the complex modern websites we have these days. Javascript and all the JS frameworks built over the years have merely been hacks to get the web to do what we want, while we should have really been redesigning HTML.
@Xe054
@Xe054 11 месяцев назад
JEFF, I loved your mini documentary, and I love your channel. Thanks for keeping us devs up to date with high quality information.
@theghosthuntergal
@theghosthuntergal 11 месяцев назад
What mini documentary? 👀
@Xe054
@Xe054 11 месяцев назад
@@theghosthuntergal ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-XRoSBWYMefY.html
@lokeshg9929
@lokeshg9929 11 месяцев назад
@@theghosthuntergal Honeypot made a mini doc on him.
@theghosthuntergal
@theghosthuntergal 11 месяцев назад
@@lokeshg9929 wow that was good .. would have never thought he’d be an introvert and laid back OR A DAD?!? :) Where are the dad jokes?! Thanks for the pointer!
@Honeypotio
@Honeypotio 11 месяцев назад
💛
@japarjarkynbyek8494
@japarjarkynbyek8494 11 месяцев назад
It feels like we are getting back to the history were we started.
@GirishVenkatachalam
@GirishVenkatachalam 3 месяца назад
deja vu?
@edwardteller7659
@edwardteller7659 11 месяцев назад
Been using htmx and hyperscript for over a year now, after many years using javascript front-end based frameworks, and it is fantastic. We rewrote one of our React / Clojurescript apps completely resulting in a much simpler web app. Hypermedia design and architecture is great.
@saintpumpkin
@saintpumpkin 11 месяцев назад
I, too, think that libraries like react and vue add complexity instead of making life easier.
@Abayake
@Abayake 11 месяцев назад
Was the back-end in clojure? Htmx looks like it would work wonderfully with hiccup syntax Edit: oh that's actually exactly what Biff is now that I think about it 😝
@edwardteller7659
@edwardteller7659 11 месяцев назад
@@Abayake Yes exactly. We don't use Biff; just java Clojure with Ring, hiccup, and htmx with some _hyperscript sprinkled in here and there where needed. We have a main function that starts Ring/Jetty directly. I love this so much more than cljs and React.
@GirishVenkatachalam
@GirishVenkatachalam 3 месяца назад
How many lines of code did you throw away?
@OT-tn7ci
@OT-tn7ci 9 дней назад
can you implement dynamic content loading easily when scrolling, or do dynamic auto complete when searching a list in a text box using this? Just checking how dynamic this tech is to see if its worth learning.
@StuartLoria
@StuartLoria 9 месяцев назад
what I love about Fireship is that his content is not about ego or unjustified claims, he explain the reason behind his statements, no matter if they are positive or negative, very clear and instructional. Just saying “I don’t like this” is not useful without the rationale and the alternatives.
@spyllite
@spyllite 11 месяцев назад
I love this 100 second series that isn't 100 seconds lol
@immcnabb
@immcnabb 11 месяцев назад
It is supposed to be played at 1.5X
@rjk0128
@rjk0128 11 месяцев назад
​@@immcnabbunderrated comment
@gileneusz
@gileneusz 11 месяцев назад
it's a feature not a bug
@zohayer.mehtab
@zohayer.mehtab 11 месяцев назад
​@@immcnabb I played it at 1.75x, does that count?
@juanmacias5922
@juanmacias5922 11 месяцев назад
@@zohayer.mehtab 2x D:
@bryku
@bryku 11 месяцев назад
I remember using a library for something like this 10 years ago. It was pretty nice for smaller webpages and stuff like that.
@mr-skorpion
@mr-skorpion 11 месяцев назад
Loved the Honeypot documentary Jeff, much love to you man. Keep up the good work brotherrrr
@sly86480
@sly86480 11 месяцев назад
I waited a veeeeery long time to finally get this kind of simplicity and accessibility. Now I'll check under the hood if my expectations are good.
@sfermigier
@sfermigier 11 месяцев назад
I've been using htmx for the last year on various projects and I plan to use it more in the future.
@desireco
@desireco 11 месяцев назад
Wonderful video, really good to be reminded of those smaller and lighter js solutions...
@pss_crs
@pss_crs 11 месяцев назад
I doubt that fireship can read my mind, you always bring up the topic that interests me at the time
@md.manzeralam6508
@md.manzeralam6508 11 месяцев назад
I used it two months back to build a chat app with django, it was a great experience and its a very simple easy to use library. Nice video! good to see this the get some tractions
@hroman_codes
@hroman_codes Месяц назад
Hey did you also use DTL with HTMX for your chat app? Does it make sense to use both?
@md.manzeralam6508
@md.manzeralam6508 Месяц назад
@@hroman_codes if you are talking of django template language, yes I used it, it basically returns a templated chatbox component with content in the response
@eduardomora9586
@eduardomora9586 11 месяцев назад
Used this a lot for some MVC projects and it is amazing! It’s great for those that don’t want to adopt ir overhaul into a new UI framework like but add some reactivity. 10/10!
@biomorphic
@biomorphic 11 месяцев назад
Yeah, for the rest you can use a template engine. I like it, I would use it.
@JEsterCW
@JEsterCW 11 месяцев назад
Reactivity?😂 Bro
@OT-tn7ci
@OT-tn7ci 9 дней назад
@@JEsterCW ?
@angeatgr
@angeatgr 11 месяцев назад
HTMX is very popular among Django developper, I tried it with Alpine and it is ok for light animation and dom manipulation, but quickly get out of hand.
@darkbluewalther
@darkbluewalther 11 месяцев назад
Yes. It is because it's one of the single viable ways to have dynamic front-end without creating an API and a second project. However, there is no tooling and the global DX is meh. If Django team decided to include such a framework natively, it could be way better.
@undergrounder
@undergrounder 11 месяцев назад
So you mean it’s prod ready? 😅
@user-yb4hd9wg6x
@user-yb4hd9wg6x 11 месяцев назад
@@darkbluewalther there is django-htmx that helps. I also think it is a lot more useful than simply for having a more dynamic front-end. You can use it for cross project integration. Meaning, Project A can request an app(htmx view) from a completely different project and inject it into the other. To me, it seems like a great replacement for REST APIs.
@BeepBoop2221
@BeepBoop2221 11 месяцев назад
Django needs to bail on this ASAP and just adopt something like Vue or svelte
@lucianoinso
@lucianoinso 8 месяцев назад
Lol, just came to know it because of a meme, my curiosity arouse, and found this video, really liked how it looks, I'm also a Django developer and was thinking that it would be good for a small project in working on in which I don't want to implement a REST API and divide front and back, I've been avoiding Ajax calls for the moment and this looks perfect for maintaining the code clean. Funny that there are a lot of comments about Django people liking it, I guess we like simplicity and elegance, haha!
@funkynerd_com
@funkynerd_com 11 месяцев назад
Thanks. I'll put this on the list of other frontend frameworks I have to learn thanks to this channel.
@nightshade427
@nightshade427 11 месяцев назад
I've been using htmx/alpine/astro combo and it's great, very simple mental model and allows for some advanced patterns that other frameworks still can't do.
@JEsterCW
@JEsterCW 11 месяцев назад
Htmx, alpine, astro, tailwind is my fav stack, the most enjoyable and fun one
@ukman1234g
@ukman1234g 11 месяцев назад
With astro how do you send html fragments for updates ?
@JEsterCW
@JEsterCW 11 месяцев назад
@@ukman1234g wtf u mean XD? it works the same way as it does for plain html, wth
@milkmanconspiracy4346
@milkmanconspiracy4346 10 месяцев назад
What “advanced patterns” can it do that other frameworks cant?
@jameslay6505
@jameslay6505 10 месяцев назад
​@@JEsterCWyeah dude like wtf is up with that question right? Such bullshit. How dare that guy ask for clarification on a point of genuine curiosity. Fucking people these days man. **Sarcasm
@deveshsingh7257
@deveshsingh7257 11 месяцев назад
i seen your interview - loved it ❤
@mr-gear-360
@mr-gear-360 11 месяцев назад
I used it in some of my Django projects and I love it. It's really good. I'll be more than happy to see htmx on beyond fireship.
@antiquark6253
@antiquark6253 11 месяцев назад
Thx for mentioning his alt channel I had no idea there was one. Just subbed
@hroman_codes
@hroman_codes Месяц назад
Do you know if you can use Django DTL with HTMX?
@AlainBoudard
@AlainBoudard 8 месяцев назад
Awesome introduction ! Now let's see what we can build with that !
@farahrayis5928
@farahrayis5928 11 месяцев назад
Wow! I didn't even know about this, would definitely give it a try. Thanks fireship.
@mohamedelomari6480
@mohamedelomari6480 11 месяцев назад
Despite the lack of hype surrounding htmx on the Internet, my personal experience has shown that it simplifies and enhances the maintainability of all my clients' projects. Over time, I have found that utilizing htmx allows me to create isolated components, leading to increased productivity and faster project delivery compared to other frameworks.
@ra2enjoyer708
@ra2enjoyer708 11 месяцев назад
Thanks for chatgpt3 response.
@davidmcdonnel4831
@davidmcdonnel4831 11 месяцев назад
You like Huey Lewis and the News? Their early work was a little too new wave for my taste. But when Sports came out in '83, I think they really came into their own, commercially and artistically. The whole album has a clear, crisp sound, and a new sheen of consummate professionalism that really gives the songs a big boost. He's been compared to Elvis Costello, but I think Huey has a far more bitter, cynical sense of humor. In '87, Huey released this; Fore!, their most accomplished album. I think their undisputed masterpiece is "Hip To Be Square". A song so catchy, most people probably don't listen to the lyrics. But they should, because it's not just about the pleasures of conformity and the importance of trends. It's also a personal statement about the band itself.
@DEBO5
@DEBO5 9 месяцев назад
How much faster is it than using React for a component based architecture?
@chrismantonuk
@chrismantonuk 11 месяцев назад
This is the first time I’ve been excited about front end development in ages. Can’t wait to try it!
@fabricekabongo
@fabricekabongo 11 месяцев назад
Same.
@scottbigbrain3944
@scottbigbrain3944 11 месяцев назад
You know, this seems like a really freaking awesome way to do web dev for smaller projects. Everything can just happen on the backend without bloating the user, and it even seems like it would work fine with javascript filters on browsers.
@neptronix
@neptronix 11 месяцев назад
Works even better on super large projects because you end up with ~90% less JS.
@DavidPesta
@DavidPesta 6 месяцев назад
I just don't understand why people keep saying some new technology would be great for "smaller" projects when a large project is just a whole bunch of small projects put together. Is there really a technical problem? Or is it a matter of managing risk with the new technology?
@clintondavis3352
@clintondavis3352 11 месяцев назад
I love it! I've been using it with all my Django projects, it's the best thing since templating.
@AIKilledTheInternet
@AIKilledTheInternet 11 месяцев назад
Montano, no strike please!
@br-lemes
@br-lemes 10 месяцев назад
ʕ •ᴥ•ʔ made in montana (isso está no rodapé da página do htmx)
@naumanarif21
@naumanarif21 11 месяцев назад
Been using this since a year and helps with low to moderate js heavy websites. htmx + alpine are a great combination.
@GirishVenkatachalam
@GirishVenkatachalam 3 месяца назад
alpine is great too, minimalistic
@gavinlew8273
@gavinlew8273 10 месяцев назад
Finally, have been waiting for years for something like that! Always hated dealing with HTML + JS or Vue / React compiles..
@mr_c.i.c
@mr_c.i.c 11 месяцев назад
I'm imagining you sitting on your new table recording and explaining things I don't understand yet but won't die without learning. You inspire me
@MtthwBrwng
@MtthwBrwng 11 месяцев назад
Could be very interesting when paired with Golang templating.
@fmitchell238a
@fmitchell238a 11 месяцев назад
As the proprietor of a hugo-based blog I thought that almost immediately.
@enkiimuto1041
@enkiimuto1041 9 месяцев назад
That was my first thought. Simple Go scripts returning the little data I want.
@akira_kei_
@akira_kei_ 4 месяца назад
This comment aged well
@scvnthorpe__
@scvnthorpe__ 11 месяцев назад
I think this would pair nicely with a backend solution for building lil components programmatically. I tried making one of those and it was fun at the time but now I wanna see if I can integrate something like that with htmx...
@Strerium
@Strerium 11 месяцев назад
Been waiting for this.
@Rovsau
@Rovsau 11 месяцев назад
I haven't done webdev in probably 15 years, and this is the first framework I've heard about that could make me consider getting back into it. Very interesting.
@adamruck
@adamruck 17 дней назад
Same, I've been out of the game for a while. This is just a polished version of DHTML or AJAX. Seems a lot better than the other junk the frontend people were doing recently.
@willyosorto
@willyosorto 11 месяцев назад
I’ve discovered more things on these 100 seconds videos than my entire time at the university 😂
@jessh4016
@jessh4016 11 месяцев назад
Dang, that's sad.
@DrDiabolical000
@DrDiabolical000 11 месяцев назад
​@@jessh4016Jesus chill
@willyosorto
@willyosorto 11 месяцев назад
@@alaala-op9hv 😅 is just sarcasm! Just joking.
@lavatr8322
@lavatr8322 11 месяцев назад
Well My college teachers didn't even knew React and Svelte 4years back when i graduated. Even if they did , they didn't expose us students to new technologies and WHAT REALLY is going on in the market. my college years were terrible and I extremely regret attending that college... to this day I don't have a job and low confidence in myself, that i couldn't do shiet
@muhamadsarhad6566
@muhamadsarhad6566 11 месяцев назад
it is my 3rd semester in college, we only just learnt about Java. I am planning to take a leave of absence to teach myself node and react ( I already taught myself HTML css and JavaScript ) Yes college is a waste of time and money
@ruffEdgz
@ruffEdgz 11 месяцев назад
Love this channel. has great information plus I can laugh/cry about certain technologies :D
@frittex
@frittex 11 месяцев назад
this is exactly what I needed in web development
@shellcatt
@shellcatt 11 месяцев назад
This is what I've been waiting for all my life, apparently! 14kbs of generational wisdom.
@LuisEduardo-kc1mu
@LuisEduardo-kc1mu 10 месяцев назад
Lucas Montano by Lucas Montano in his channel (Lucas Montano)
@hiteshsachdev3649
@hiteshsachdev3649 11 месяцев назад
You just learned a new topic. Realized you need to make notes for faster revision later on and then Ordinary people: Don't make notes at all or create notes in a text editor or something How Jeff does it: Makes a revision friendly high quality video for the same which is not at all boring like text notes so that he himself can revisit the subject and revise it faster but posts it on social media too and monetize on the same. But again It isn't as easy as I sound here. He does an amazing job and a lot of hard work goes for the same. Jeff is the best inspiration of how a person should Excel in their respective field be it anything not just limited to Computer Science/Software Engineering
@wackytheshaggy
@wackytheshaggy 11 месяцев назад
For making good apps that do the stuff you need them to do, this is a great tool. Back to the old server side rendering + a bit of sparkles.
@rajat0610
@rajat0610 11 месяцев назад
feels similar to Unpoly, which i think you should totally make a video on!
@jeltehoekstra2952
@jeltehoekstra2952 11 месяцев назад
Did a school project with this. Because we had to use an awful C# framework for web development, this library was a godsend. Works really well for small things
@sanampakuwal
@sanampakuwal 11 месяцев назад
C# Awful? In which age you're living bro??
@nagarajansubramani
@nagarajansubramani 11 месяцев назад
​@@sanampakuwalHe's in the noob age
@dahahaka
@dahahaka 11 месяцев назад
which framework?
@ZakKohler
@ZakKohler 11 месяцев назад
Name the framework
@OzTheWizardOfPorn
@OzTheWizardOfPorn 11 месяцев назад
Better not be Blazor
@LofiWurld
@LofiWurld 11 месяцев назад
That template is gonna look gnarly!
@mattrs1
@mattrs1 11 месяцев назад
Wooo i guess I'm doing the frontend of my project with this instead of learning react. Thank you
@DaraulHarris
@DaraulHarris 11 месяцев назад
This sounds almost exactly like RoR's Hotwire/Turbo, which is fantastic. Excited to see what happens from here.
@chris-pee
@chris-pee 11 месяцев назад
Yeah, it was inspired by Hotwire and Laravel's LiveWire, but more backend agnostic.
@vasiovasio
@vasiovasio 11 месяцев назад
Yes, exactly the same concept.
@OverG88
@OverG88 11 месяцев назад
@@chris-peeHotwire is also backend agnostic.
@chris-pee
@chris-pee 11 месяцев назад
@@OverG88 yeah, but there's a bit more protocol to it, right? I mean it's annoying without a library to place those special tags.
@chris-pee
@chris-pee 11 месяцев назад
@MatteoContrini true, I agree Unpoly is the better
@Dominik-K
@Dominik-K 11 месяцев назад
I'm super interesting in this project currently too, seems like a good tool for certain use cases
@depafrom5277
@depafrom5277 11 месяцев назад
very limited, simple cases.
@P3d3r0s0
@P3d3r0s0 11 месяцев назад
This looks really cool, thank you.
@cykonetic
@cykonetic 11 месяцев назад
I'm interested. I will check this library out. TY!
@ofelipegv
@ofelipegv 10 месяцев назад
Montano Fan Here, no strike please! Lucas Montano from the Lucas Montano Channel
@keenoogodlike
@keenoogodlike 11 месяцев назад
Now HTML programmer will definitely got a job!!! I mean ... htmx.
@ake2311
@ake2311 11 месяцев назад
😂
@iamfinky
@iamfinky 11 месяцев назад
This looks pretty cool. Thanks 🎉
@ShiloBuff
@ShiloBuff 11 месяцев назад
This is really neat. I don't have the time or budget to learn yet another library, but still very neat.
@repotranstech9614
@repotranstech9614 11 месяцев назад
Htmx is down right simple.I have used it in large projects together with alpine and django.Its much doable for large projects.
@beinyourguard
@beinyourguard 11 месяцев назад
I would love to see a tutorial about HTMX
@orterves
@orterves 11 месяцев назад
Looks cool "next" and "closest" look like great ways to spaghettifi the code though Gotta love how the great programming cycle is coming full circle once again.
@PeterKlausSchmelzer
@PeterKlausSchmelzer 11 месяцев назад
nice tech idea.. i will give it a shot. tx for your informativ videos!
@Matheu_codes
@Matheu_codes 11 месяцев назад
In a small project its good I think
@fred.flintstone4099
@fred.flintstone4099 11 месяцев назад
This reminds me of Microsoft's jQuery libraries jquery-unobtrusive-ajax and jquery-unobtrusive-validation which worked in a similar way with HTML5 data attributes.
@vasiovasio
@vasiovasio 11 месяцев назад
Wow, I'm glad to see someone else remember them! HTMX is ideal for cases like this.
@SamCris
@SamCris 11 месяцев назад
I love this already! I'm switching to htmx
@plagiats
@plagiats 11 месяцев назад
As a hobbyist that would probably never use it by myself, I appreciate to know this exists and has a concise syntax so I can ask an LLM to spit some out if ever needed
@eduardozepeda1972
@eduardozepeda1972 11 месяцев назад
Finally HTMX deserved its own video, it has been gone unnoticed because of the react hype train. But now justice has been made for HTMX. I hope it becomes more popular over the years and it combines PERFECTLY with django, RoR and Go.
@ra2enjoyer708
@ra2enjoyer708 11 месяцев назад
It's pretty cool of you to name 3 techs which don't know what DOM is.
@dickson710
@dickson710 10 месяцев назад
and express
@vectoralphaAI
@vectoralphaAI 6 месяцев назад
They dont need to.@@ra2enjoyer708
@bravo1oh1
@bravo1oh1 11 месяцев назад
As barely a programmer this looks awesome
@donbalongi
@donbalongi 10 месяцев назад
much cleaner code than using some js frameworks, I already use it in combination with alpine js and I really appreciate it, I didn't have to use some messy JS framework
@RobertHoffmann
@RobertHoffmann 11 месяцев назад
Definitely looks cool, and always wanted to try alpine ...so may give this a soin 👍
@TorAlstad
@TorAlstad 11 месяцев назад
Back in the day, I think Drupal used a system sort of like this. But I think they called it "behaviors." Basically, it would parse the DOM, attach event listeners for the "behavior" (attributes) it saw, and then do stuff like make a request, swap out elements, append elements, etc... And you could make custom "behaviors". I worked with an engineer who also worked with Drupal and he basically integrated the same system into a custom app we were building. It got the job done.
@pesvids6673
@pesvids6673 11 месяцев назад
I love drupal
@daedalus5070
@daedalus5070 11 месяцев назад
Please never utter the word Drupal again lol
@pesvids6673
@pesvids6673 11 месяцев назад
@@daedalus5070 Drupal ❤️
@Nekroido
@Nekroido 11 месяцев назад
Yii had a similar feature too. By declaring a special mode a template will use AJAX requests to the backend controller that originally rendered it. Pagination, form validation and processing, this cute javascript magic under the hood allowed to never be bothered with frontend programming
@TorAlstad
@TorAlstad 11 месяцев назад
@@Nekroido Oh yeah, I forgot Yii had that too. It had some great CRUD generation too. Always enjoyed that about Yii.
@algerienoranais6908
@algerienoranais6908 11 месяцев назад
This will be magic for me, looks like a nice tech; will try it for sure but from the get-go I think that it could be better (at least for me) if I had to return Json from my backend server instead of Htmx
@okolosarah4902
@okolosarah4902 10 месяцев назад
you can 100% retun JSON from your backend rather than html to update data dynamically on the front end
@algerienoranais6908
@algerienoranais6908 10 месяцев назад
@@okolosarah4902 Thanks for the info bro, now it looks seriously interesting👍
@TheHungarygamer
@TheHungarygamer 11 месяцев назад
this is kinda cool tbh, for smaller stuff this could be a time and headache saver
@chesterman18g
@chesterman18g 10 месяцев назад
love it! and actually I would try it out. much simpler than js
@necronyxon
@necronyxon 8 месяцев назад
00:08 seeing the "hi mom!" now makes me sad :(
@generalezaknenou
@generalezaknenou 4 месяца назад
why ?
@victos-vertex
@victos-vertex 4 месяца назад
​@@generalezaknenou He implemented the 'hi mom' instead of 'hello world' to greet his mother who, despite not knowing anything about the topic, watched all his videos. But sadly she passed away.
@bowiemtl
@bowiemtl 11 месяцев назад
Cool library, I can immediately see the pros and cons of using it but what doesn't work for someone can be perfect for another.
@huzbum
@huzbum 11 месяцев назад
Looks cool. Seems perfect for semi interactive pages.
@EldorJ10
@EldorJ10 11 месяцев назад
We've gone full circle, but I love it,
@Bempus
@Bempus 11 месяцев назад
The beauty of "going full circle" is that we end up with all the features we wanted, without the clutter.
@kamens793
@kamens793 11 месяцев назад
@@Bempus Until we add more clutter again and repeat
@ra2enjoyer708
@ra2enjoyer708 11 месяцев назад
There are quadrillion server template rendering languages, all are terrible in various ways and there will be more (and at least as terrible). What full circle are you talking about?
@TheNewton
@TheNewton 11 месяцев назад
Full circle is using vanilla features: data-attributes,fetch, DOMParser, standard event attributes,etc.
@hjblom93
@hjblom93 11 месяцев назад
It's confirmed, Go is Fireship's favourite programming language ❤
@vectoralphaAI
@vectoralphaAI 11 месяцев назад
No.
@iatheman
@iatheman 11 месяцев назад
He's a master in JS but we all know how much he "loves" it. But hey, it pays our bills so...
@jacknight4118
@jacknight4118 11 месяцев назад
As a front end dev I loved it, I'll give it a try in few next days
@finnalpha
@finnalpha 11 месяцев назад
I've been waiting for this haha
@nonstopper
@nonstopper 11 месяцев назад
Wish you showed what you wrote actually working in the browser. Good overview overall though
@randomnose1638
@randomnose1638 10 месяцев назад
Coming from Lucas Montano Channel No Strike Pls
@AmrithNayak
@AmrithNayak 11 месяцев назад
Been using htmx for a bit now, it's justfantastic!
@scottbisco6793
@scottbisco6793 11 месяцев назад
Dang bro, I got so much on my plate, but once again you dropped a new "100 seconds" and it sounds interesting so I got to try!
@thiagobassguitarable
@thiagobassguitarable 10 месяцев назад
Montano Fan Here, no strike please!
@JuanMoisesTorrijos
@JuanMoisesTorrijos 7 месяцев назад
It looks awesome!
@TheBitenix
@TheBitenix 11 месяцев назад
F*ing amazinly minimalist. Love it
@IntrinsicThinking
@IntrinsicThinking 11 месяцев назад
Wow. Now add a Tailwind equivalent to pure HTML and we’re getting busy
@chris-pee
@chris-pee 11 месяцев назад
I think you could call Alpine that. (Note that's it's pretty damn slow)
@biomorphic
@biomorphic 11 месяцев назад
@@chris-pee What is slow, Alpine or htmx?
@chris-pee
@chris-pee 11 месяцев назад
@@biomorphic Alpine. Htmx is pretty ok I think.
@iatheman
@iatheman 11 месяцев назад
@@chris-pee How's Alpine slow?
@chris-pee
@chris-pee 11 месяцев назад
@@iatheman what do you mean? I'm not sure how, maybe due to evaluating the code from a string. It's about 2 times slower than competition, and uses 3 times more memory.
@19JB90
@19JB90 11 месяцев назад
Another great video, definitely watched it till the end before writing this comment
@ronaldpfidze7849
@ronaldpfidze7849 11 месяцев назад
I don't even code but I love this channel, great content
@FirstMinecraftPlayer
@FirstMinecraftPlayer 11 месяцев назад
Really interesting topic! Is this similar to axaj but simpler since the html is the response of the get request? Does this imply more requests to the server? And therefore a need for a better server?
@MrSpeedfox
@MrSpeedfox 11 месяцев назад
"server that returns html text"..... looks like PHP is back on the menu.
@matthewtrow5698
@matthewtrow5698 11 месяцев назад
Looks absolutely perfect for small websites - I'm super interested and excited about this, so much so, I'm going to fork it and write my own! See you in 5 years for the Win! - I'm thinking of calling it "Banana" or "Pickle" or some other name that is impossible to search for. I just need to decide on the color of the logo - yellow or green - and I'm done!
@armankarambakhsh9863
@armankarambakhsh9863 11 месяцев назад
Dont say it like that before you actually do it. You'll lose motivation cuz your brain thinks you already did it since it gets a dopamine rush of success with you telling it to us.
@matthewtrow5698
@matthewtrow5698 11 месяцев назад
@@armankarambakhsh9863 That's how I roll - I thrive on dopamine rushes of success without actually doing anything. Sure, I'm a bum, living on the streets, but in my mind, I'm THE rockstar developer. Think it, already done. Works for me!
@alister_
@alister_ 10 месяцев назад
@@matthewtrow5698 I'm laughing but also crying inside
@sfincione2000
@sfincione2000 10 месяцев назад
Haven't used it yet but it's definitely got my attention. It seems there's a trend back to server side rendered web pages. They were unfashionable for a while but with htmx I can see that it might get more traction.
@DEBO5
@DEBO5 9 месяцев назад
Server side rendering is popular because building MPAs doesn’t require a bunch of JavaScript to be loaded just to see the html and css. The user experience is only marginally better using SPAs (in a lot of instances)
Далее
SvelteKit in 100 seconds
2:46
Просмотров 404 тыс.
HTMX for Impatient Devs
8:33
Просмотров 43 тыс.
Legendary KNOCKOUT
00:44
Просмотров 1,9 млн
Best ASMR 😳
00:26
Просмотров 20 тыс.
From React To HTMX
40:01
Просмотров 301 тыс.
how NASA writes space-proof code
6:03
Просмотров 2,1 млн
Ruby on Rails in 100 Seconds
3:33
Просмотров 356 тыс.
Dynamic Page With HTMX and Common Lisp
4:41
Просмотров 1,7 тыс.
r/webdev BANS HTMX??
5:28
Просмотров 142 тыс.
HTMX - What they don't want you to know!
13:28
Просмотров 79 тыс.
What the hell is HTMX?
4:00
Просмотров 46 тыс.
Why I Use C | Prime Reacts
13:00
Просмотров 112 тыс.
HTMX: 3 IRL Use Cases
18:33
Просмотров 105 тыс.
keren sih #iphone #apple
0:16
Просмотров 1,7 млн
Face ID iPhone 14 Pro
0:59
Просмотров 14 тыс.