HTMX is amazing!

  Рет қаралды 14,976

Maximilian Schwarzmüller

Maximilian Schwarzmüller

2 ай бұрын

Full HTMX course: acad.link/htmx (discount applied)
HTMX is a JavaScript library that essentially extends HTML and allows you to send AJAX requests (and handle responses + update the UI) without writing any JavaScript code. It's amazing!
All Podcast episodes: maximilian-schwarzmueller.com...
I also have a Podcast with @academind : academind.com/podcast
Want to become a web developer or expand your web development knowledge?
I have multiple bestselling online courses on React, Angular, NodeJS, Docker & much more!
👉 academind.com/courses

Пікірлер: 44
@salehmir9205
@salehmir9205 26 күн бұрын
I learned VueJS from this guy years ago. Best decision I ever made.
@cdinglevel8626
@cdinglevel8626 2 ай бұрын
Max one course is missing the Microservices course with Golang or Nodejs can't wait to see that. Thank you!
@brajagopalmukherjee1588
@brajagopalmukherjee1588 2 ай бұрын
+1
@saiphaneeshk.h.5482
@saiphaneeshk.h.5482 2 ай бұрын
Yup, and I feel like the go course is lacking some stuff and node course is kinda chaotic and not as simple as go. Just my thought
@nasko235679
@nasko235679 5 күн бұрын
You mean to tell me I don't need to have a 37000 package NextJS project for my static personal blog? I feel personally attacked and disturbed by this.
@jimbojones8713
@jimbojones8713 Ай бұрын
Max this sounds amazing. As a poor developer trying to make small companies/ideas I think putting as much logic/data on the client side (or static data) helps with costs (cost/performance) and I try to do it as much as possible although this is limited in many cases. However, I am very excited to learn this technology in your course when I have some extra time.
@AXDIJERG
@AXDIJERG 17 күн бұрын
Well said, I agree with your views and thank you! I am a backend PHP developer and have found that htmx allows me to use ajax super easy!
@fabriziocau4085
@fabriziocau4085 2 ай бұрын
Great, thanks! Btw, how about Astro? Are you also considering creating a course on this piece of technology as well? :)
@ALBERTEINSTEIN-vs5nw
@ALBERTEINSTEIN-vs5nw 2 ай бұрын
it seems like the Udemy coupon has ended. Could you please update the coupon code
@Thilina4321
@Thilina4321 2 ай бұрын
Hey max love have an Microservice course with node
@MajdeddineBentahar
@MajdeddineBentahar 2 ай бұрын
is coupon are not valid anymore?
@hleet
@hleet 2 ай бұрын
Thank you max ! with the discount it was instant buy for me on udemy :D. I always loved your courses, you are the best ! Just a question about tailwindCSS, will you do in the future a course on that topic ?
@mikoo1991
@mikoo1991 2 ай бұрын
Awesome Max!
@ZachPetersen
@ZachPetersen 2 ай бұрын
Im freaking out internally because the light tiles on the wall dont align with the separation of grey and white paint.
@maximilian-schwarzmueller
@maximilian-schwarzmueller Ай бұрын
I'm sorry - once I got a bit more time (don't know when that will be the case though....) I do plan to improve the video background.
@ZachPetersen
@ZachPetersen Ай бұрын
@@maximilian-schwarzmueller all good my friend. Just joking around. Great video btw, thank you.
@wdeath
@wdeath 2 ай бұрын
What percentage of the web-sites can be written in HTMX(+js when needed) and be as simple as React or more simple? 40% 60% 80% more? If i had to guess i would probably say 80% of websites can be made avoiding React without making the project too hard to write, but i dont know.
@jwoods9659
@jwoods9659 2 ай бұрын
React is OVER used
@GusPm
@GusPm 2 ай бұрын
I would say 90% of react sites could be migrated to HTMX. And with that simplify code bases by a ton. Amazing technology.
@RondellKB
@RondellKB 2 ай бұрын
Would HTMX cost more in terms of servers? Since you're sending the whole HTML code with the data.
@SeriousCat5000
@SeriousCat5000 Ай бұрын
No, most servers probably have compression turned on, such as gzip,, making any difference negligible
@technolung
@technolung 3 күн бұрын
You have to send HTML no matter what
@RondellKB
@RondellKB 3 күн бұрын
@@technolung You can send JSON, there is nothing stopping you from doing that.
@vinayakjaiswal9976
@vinayakjaiswal9976 2 ай бұрын
Hey max , can you teach microservices using golang
@Ollinho12
@Ollinho12 Ай бұрын
HTMX is excellent.
@michaelfrieze
@michaelfrieze 2 ай бұрын
I would just like to add that React Server Components are quite similar to HTMX. But, instead of returning HTML, server components return JSX. Also, RSC content is not being sent across the wire as JSON. This is what Dan Abramov said: "we include initial RSC content inline into the HTML payload (chunked up into pieces so that we don’t block paint and so that they’re sent as they become available). this is needed both to provide the initial data to the client components, and to have non-destructive Back nav."
@michaelfrieze
@michaelfrieze 2 ай бұрын
But yeah, it was Dan that also said RSCs work similar to HTMX. " rsc is htmx with components on both sides." I would post links but you can't on KZfaq.
@AbdulRehman-pb5od
@AbdulRehman-pb5od 2 ай бұрын
A course on Apache Kafka using Golang as microservices architecture, would be amazing!
@greendsnow
@greendsnow 2 ай бұрын
Hype
@zoltanhorvath2238
@zoltanhorvath2238 2 ай бұрын
Learn 1 first
@depafrom5277
@depafrom5277 2 ай бұрын
I have to use HTMX at work and hate it. HTMX is only good for very trivial UIs, try build slightly more modern UIs and see how quickly things turn into a spaghetti mess, but the biggest eye twitch is the amount of round trips to the server for every state change, query the database again, validate the request again, prepare all additional data again, render the template again and again - the problem HTMX tries to solve ultimately ends up creating more problems especially on medium-large applications.
@Quxer0721
@Quxer0721 2 ай бұрын
It seems like you chose bad tech for your project. Highly interactive apps without data fetching aren't for HTMX. Additionally maybe your backend tech isn't good fit for project or isn't working well with HTMX. I don't know the details, but you cannot blame tech for being wrongly used. For me HTMX solves problem with state synchronization, but makes network traffic bigger, so highly interactive apps aren't good fit for it. You can mix some od your js with it. I didn't try, but I heard AlpineJS is a complementory soluction for interactivity for HTMX.
@fsharplove
@fsharplove 2 ай бұрын
The keywords in your comment "round trips to the server". And almost nobody speak about it. It makes this tech not a viable solution for me.
@Quxer0721
@Quxer0721 2 ай бұрын
@@fsharplove What kind of rendering are you using? Cause making SSR or SSG is almost the same as HTMX. All of them involve asking server for some data to render. Additionally when your SPA application have spinners for loading data after the page is loaded is exactly what HTMX does under the hood, but in first case you have json and in second pure html being sent. This tech isn't that scary, if you know how and when to use it. If you need a lot of reactivity, which doesn't need anything from server HTMX isn't for you. But when you need just to fetch some data and dispay it and navigate through it, then HTMX is perfect for you.
@fsharplove
@fsharplove 2 ай бұрын
@@Quxer0721 I started with pure WASM SPA AOT (plus a WEB API for data) before .NET 8 was released. Now, I am considering SSR + WASM AOT. I use a lot of CPU and don't want to rely heavy on network connection. I want to use the CPU of the client instead of some cloud services that will cost me a lot of money. I have never ever considered what is called today Interactive mode Server.
@fsharplove
@fsharplove 2 ай бұрын
@@Quxer0721 I was using Blazor WASM AOT SPA with a minimal WEB API and SQLite for data. I was reluctant to use the new .NET8 stuff but now I plan to go to the route SSR + Blazor WASM AOT. The application I am building using a lot of CPU, and reactivity, I feel it's the best combo. I tend to prefer client side execution and avoid network dependencies. AOT is used for two purposes: enhance performance. Avoid code decompilation. But I have to test this (especially the AOT aspect) because for now I have released nothing, 😁. And you have Blazor MAUI as a bonus for "native" apps with better performance than WASM.😁😁
@ScubaShneve
@ScubaShneve 2 ай бұрын
HTMX lost me at "backend supplies html".
@mustaneerhaider515
@mustaneerhaider515 2 ай бұрын
Well releasing course on HTMX is great but Max you also that technologies like these are never going to be use in industry level projects. Tech like HTMX, svelte are great for personal projects but not great when it comes to real world client projects, that's what I think, you guys may disagree with me, so I was thinking maybe you should re-record the Angular course as nowadays it's very in demand and also I wanted to learn it from yu just like I learned React and Node from you, but the outdated sections of the course is stopping me from buying it and starting learning Angular 2.
@Assru
@Assru 2 ай бұрын
what about xss attack ?
@siddharthakhanal9424
@siddharthakhanal9424 2 ай бұрын
You should always sanitize user input
Build a Simple HTMX Project | HTMX Explained with Examples
11:49
Is HTMX a Joke??
32:15
Syntax
Рет қаралды 16 М.
We Got Expelled From Scholl After This...
00:10
Jojo Sim
Рет қаралды 13 МЛН
DELETE TOXICITY = 5 LEGENDARY STARR DROPS!
02:20
Brawl Stars
Рет қаралды 13 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 94 МЛН
ИРИНА КАЙРАТОВНА - АЙДАХАР (БЕКА) [MV]
02:51
ГОСТ ENTERTAINMENT
Рет қаралды 733 М.
Is This The Best New UI Library?
0:51
Web Dev Simplified
Рет қаралды 178 М.
🔥 ReactJS devs should try htmx
1:00
Ben Holmes
Рет қаралды 152 М.
Vue.js getting no love?
6:08
Robin He
Рет қаралды 662
HTMX & Go with ThePrimeagen | Preview
15:58
Frontend Masters
Рет қаралды 145 М.
What is HTMX? Seriously 🤔
1:00
Dave Gray
Рет қаралды 74 М.
CSS Is 2.4x Slower Than Inline Styles (Oh No...)
19:39
Theo - t3․gg
Рет қаралды 71 М.
Developers Do NOT Understand the POWER Of HTMX
10:31
Anthony GG
Рет қаралды 7 М.
Frontend JavaScript Frameworks Tier List
0:48
Conner Ardman
Рет қаралды 33 М.
👋 Bye, bye software engineers?
11:21
Maximilian Schwarzmüller
Рет қаралды 11 М.
We Got Expelled From Scholl After This...
00:10
Jojo Sim
Рет қаралды 13 МЛН