Anyone remember how annoying it was to set up Barba.js or get stuff working with React's transition group? Thank god all that is going away soon 😅
@voldemortvi4264 Жыл бұрын
Dev you are my favorite teacher on the internet Buddy ! i know u have heard this so many times but i really appreaciate your content brother
@svr666_ Жыл бұрын
Can you create a video were u do the same effect with just js?
@Noritoshi-r8m Жыл бұрын
We need a 0 Javascript React type of transitions, browsers need to do more like this, Javascript bloats our websites so much.
@MostafaFaragOnline8 ай бұрын
what are you use to put your image in video in right bottom of the screen . the name of the program you use pleas
@mathnewph Жыл бұрын
Wonder if it's work well with spa ? Beacause when you Switch page, HTML isn't fully loaded
@natuerliches-lebendgefluegel Жыл бұрын
Hi, I am looking for an option to let my landing page fade out and then show the shop site. Could not find anything so far. Hope you can help me here.
@juliscapucin Жыл бұрын
That's so awesome! Thank you!
@kingsmanSmBanglaGaming Жыл бұрын
my brain not working anymore...
@SandraWantsCoke9 ай бұрын
It just does not work :/ maybe they deprecated that meta tag? It works with HTMX though. Also, many examples on the web don't work even though it seems they're linking to working samples. Do you by any chance have a repo that I can quickly check? The sample site you have in description does not have that meta tag either, they probably use javascript, which I don't want to do.
@Way_Of_The_Light Жыл бұрын
So is it like preloading the next page? How is it loading the next page so fast when making a http request?
@MicahKillian Жыл бұрын
Server-side rendering is lightning fast.
@Way_Of_The_Light Жыл бұрын
@@MicahKillian sorry I’m new to web development. Whenever I have to go to another page in a rails app, I have to wait for the http response to finish loading. How will this technology make that process fast?
@xNaii1 Жыл бұрын
it's loading other html file on image click and at same time doing transition instead of displaying straight. It works fast because these html files doesn't have anything that would add any loading time
@MicahKillian Жыл бұрын
@@Way_Of_The_Light View Transitions are simply baking a well known UI pattern into the browser (rather than relying on JavaScript libraries). Web servers are designed specifically to take on HTTP requests and return HTML. They have been battle-tested and optimized for that task for several decades. When the webserver is in charge of returning HTML, it's called Server-Side Rendering. You don't need JavaScript to do a majority of web development. People new to web dev are given the impression that modern web development must be done with some JavaScript framework like React. Using such frameworks to produce HTML is called Client-Side Rendering (because the HTML is produced on the client/browser, not the server). Server-Side Rendering is far faster and easier to use than Client-Side Rendering. JS frameworks are actually clumsily returning to SSR because they realized the absolute shit show that CSR is even for simple tasks.
@xSalamz Жыл бұрын
Nice! I am going to try this on my WordPress site.
@Beskha Жыл бұрын
Yeah thats really helpful.
@alex11CV Жыл бұрын
Amazing video!! But for some reason when i code using live server it shows my site and font sizes are nice and adequately big lol , once it’s live all the fonts grow bigger than they were coded :/ any solutions ?
@pearceodegard582 Жыл бұрын
your zoom?
@markfoxlaursen53036 ай бұрын
Can you add the source code, in the description? For simplicity :D
@filipvabrousek6900 Жыл бұрын
Thanks so much! It works nicely.
@jjstantonza Жыл бұрын
Lovely ending to the video lol 👏
@oscar_cornejo8 ай бұрын
Can it be used in Next.js?🤔
@dynamohack Жыл бұрын
not working on edge wth
@AbidAnsari-tl2sx Жыл бұрын
How to add in react there is only one html file
@developedbyed Жыл бұрын
Wait for them to come out with a special hook soon 😂 or you can still implement it via JS
@ban_droid Жыл бұрын
you dont need this api, this api is not for SPA, SPA is 1 page and you could easily create transition between components
@hmenorjr Жыл бұрын
GGyyyaaaahhh~ Safari's not yet supported. 🤣🤣🤣
@Dhsidhsusjs Жыл бұрын
Can't think of a scenario where i would be only making sites in HTML & CSS
@developedbyed Жыл бұрын
Astro, you can still add JS
@PerryCodes4 ай бұрын
What if I told YOU, that I'm far from gorgeous?
@Benbeno77 Жыл бұрын
what is your vs code theme?
@alman_harbi Жыл бұрын
I have the same theme. It is called "Tokyo Night", very cool one.
@Terms-and-Conditions Жыл бұрын
@@alman_harbi Excuse me sir what exactly do you think you're doing? that is classified information
@yungxix6343 Жыл бұрын
Awesome
@mostafakheder7721 Жыл бұрын
Amazing 🤩🤩🤩
@oleksandr.brazhii11 ай бұрын
Sadly the transitions are still glitchy and freezing in Chromium browsers. So other browser engines won’t get the feature in nearest future.