HTMX Is Amazing And This Is Why

  Рет қаралды 39,515

Anthony GG

Anthony GG

10 ай бұрын

► Join my Discord community for free education 👉 / discord
► Exclusive Lessons, Mentorship, And Videos 👉 / anthonygg_
► Enjoy a 50% Discount on My Golang Course 👉 fulltimegodev.com
► Learn how I became a self-taught software engineer 👉fulltimegodev.com/#mystory
► Follow me on Twitter 👉 / anthdm
► Follow me on GitHub 👉 github.com/anthdm
HTMX is amazing and this is why.
SUBSCRIBE OR NO MARGARITAS
╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

Пікірлер: 42
@anthonygg_
@anthonygg_ 10 ай бұрын
► Join my Discord community for free education 👉 discord.com/invite/Ac7CWREe58 ► Exclusive Lessons, Mentorship, And Videos 👉 www.patreon.com/anthonygg_ ► 50% OFF on my Golang course 👉 fulltimegodev.com Thanks for watching
@MrAverageViewer
@MrAverageViewer 10 ай бұрын
Glad you're covering HTMX!! Eager to see how far you can take an app, without a JS Framework. A PURE HTMX FRONTEND would be great!
@eduardolagoeiro1810
@eduardolagoeiro1810 9 ай бұрын
How do you create components with golang template (I see some django like syntax)? Did it cover cases where props are needed in components? Do you think about type safety on sending values to the template (intelisense would be fine)? I do not find anything to solve this issues like the SvelteKit solution.
@anshkumargarhewal8582
@anshkumargarhewal8582 10 ай бұрын
Hey Anthony, just a suggestion that you can use "Ag-Grid" if you want to instead of that html/tailwind table just integrate it and pass your data as params in it has built in features like sorting searching filtering and even exporting it in CSV/excel. It saves a lot of time implementing those features by yourself. Thanks for teaching about the templating engine 🙇
@ebukaume
@ebukaume 3 ай бұрын
Thanks for all your videos and clear explanations. I love how organised your code always is. Do you always start with a UI/UX design or you just start with wireframes and figure the rest out along the line?
@0zema
@0zema 10 ай бұрын
holy hell, I was thinking about using htmx with templates for my admin dashboard 2 days ago! you're a lifesaver.
@seanknowles9985
@seanknowles9985 10 ай бұрын
If we wanted to add a mobile app to this using React Native, would we need to split the routes out into api routes. How would we handle serving htmx and splitting out the api so we can have multiple platform clients calling the same backend...?
@MVybz
@MVybz 8 ай бұрын
would be really cool to see more HTMX videos 🤘
@hakanakdag9491
@hakanakdag9491 6 ай бұрын
what about security? how are tokens authentication etc being handled?
@aggellos2001
@aggellos2001 10 ай бұрын
Indeed htmx seems a good project for what it offers. Hope it gets more traction 🤞
@inigoarejula2147
@inigoarejula2147 10 ай бұрын
Will be a video setting up tailwind for go? i tried it but i dont make it work :c
@anthonygg_
@anthonygg_ 10 ай бұрын
Discord community covered this. Join us
@shakerlakes
@shakerlakes 9 ай бұрын
What did you call the stack at about 0:55? BORG? BORD? BOARD? It's not clear. The tech you mention is golang, postgres, htmx, and tailwind, which spells GPHT. 🤔 Thanks!
@anthonygg_
@anthonygg_ 9 ай бұрын
Bored 😂
@shakerlakes
@shakerlakes 9 ай бұрын
@@anthonygg_ as good a name as any. 😅
@Woeden
@Woeden 9 ай бұрын
Very cool concept
@MaybeAwab
@MaybeAwab 10 ай бұрын
nice content Anthony
@choleralul
@choleralul 10 ай бұрын
Lekker hoor Tony!
@kabukitheater9046
@kabukitheater9046 7 ай бұрын
is that tailwind?
@savagemode2150
@savagemode2150 10 ай бұрын
amazing content Anthony, I'm glad we have you to help us around
@nefrace
@nefrace 10 ай бұрын
The great thing i can see in HTMX is that it still can be rendered perfectly if the client doesn't have JS enabled if you handle the requests from client correctly! Definitely gonna make something with this stack
@0M9H4X_Neckbeard
@0M9H4X_Neckbeard 7 ай бұрын
But HTMX itself is a JavaScript library that runs on the client - so how would that work?
@nefrace
@nefrace 7 ай бұрын
@@0M9H4X_Neckbeard if the request has some htmx-specific headers then server will know that we have JS and HTMX and can just send portions of the page. If your anchor tag or form didn't get touched by htmx then the page will be refreshed on request and the server can just send full page. But you need to prepare your server to work with such situation I'm not sure if i described it correctly but i hope you understand what i mean
@David-gj6dc
@David-gj6dc 7 ай бұрын
​@@0M9H4X_Neckbeard Because it is just html with some custom attributes. The browser can handle that even without a JavaScript engine. With many other frameworks on the other hand you need JavaScript to even display anything meaningful because the HTML is usually just a div that you point the JavaScript to and the JavaScript running is what renders the application. Sure if JavaScript is disabled htmx apps won't function but they can at least still render.
@yawaramin4771
@yawaramin4771 Ай бұрын
​@@0M9H4X_Neckbeard it would work if the backend correctly handles both htmx and non-htmx requests. For htmx requests it responds with the fragments that partially update the page. For non-htmx requests it responds with the fully rendered page. This way if JavaScript is disabled, the app works by just doing full-page loads.
@bursoft8165
@bursoft8165 8 ай бұрын
Nice video
@megasuperlexa2
@megasuperlexa2 10 ай бұрын
wait. WSL? how and why
@hfourie7121
@hfourie7121 10 ай бұрын
Looking good
@interstellar1873
@interstellar1873 10 ай бұрын
Simple and powerful tools = High throughput 🙃
@manofqwerty
@manofqwerty 9 ай бұрын
I can't believe I wasn't subscribed
@flflflflflfl
@flflflflflfl 6 ай бұрын
Why do you call it SSL tracker? SSL was deprecated in 2015?
@anthonygg_
@anthonygg_ 6 ай бұрын
We just de-deprecated it.
@flflflflflfl
@flflflflflfl 6 ай бұрын
lol
@m.x.
@m.x. 5 ай бұрын
Why not just using Vanilla JavaScript at this point?
@eunesshshahithakuri7047
@eunesshshahithakuri7047 10 ай бұрын
HTML becoming proper language now
@StevenRotelli
@StevenRotelli 6 ай бұрын
UI/front-end engineers in a panic rn
@eli1882
@eli1882 4 ай бұрын
​​@@StevenRotellias they should be
@eli1882
@eli1882 4 ай бұрын
Have you heard of a markup language?
@trentonwallace667
@trentonwallace667 4 ай бұрын
They grow up so fast 😂
3 Golang Tips For Beginners I Wish I Knew Sooner
13:18
Anthony GG
Рет қаралды 28 М.
I Reviewed The Perfect GOLANG Assignment Until This Happened
17:10
Barriga de grávida aconchegante? 🤔💡
00:10
Polar em português
Рет қаралды 60 МЛН
I MADE A CARDBOARD SWING!#asmr
00:40
HAYATAKU はやたく
Рет қаралды 31 МЛН
HTMX: 3 IRL Use Cases
18:33
ThePrimeTime
Рет қаралды 100 М.
You might not need useEffect() ...
21:45
Academind
Рет қаралды 136 М.
HTMX - What they don't want you to know!
13:28
CoderOne
Рет қаралды 76 М.
Beginners Should Think Differently When Writing Golang
11:35
Anthony GG
Рет қаралды 88 М.
Why Most Self-Taught Developers Never Land The Job
7:28
Travis Media
Рет қаралды 146 М.
PHP on the frontend! No more Javascript!
14:47
Aaron Francis
Рет қаралды 113 М.
Why Learn HTMX?? | Prime Reacts
21:29
ThePrimeTime
Рет қаралды 116 М.
Why I Use Golang In 2024
9:21
ThePrimeTime
Рет қаралды 224 М.
Barriga de grávida aconchegante? 🤔💡
00:10
Polar em português
Рет қаралды 60 МЛН