Unlock this challenge:
Once you install symfony/ux-turbo, it automatically starts working throughout your website. But, how exactly does it work and what does it do?
symfony/ux-turbo
It downloads and installs a browser extension that processes all requests in the background before clearing the page.
It loads JavaScript that intercepts events like clicks and form submits and makes an Ajax request to load them in the background.
It works in the backend by leveraging web sockets, which make all pages load faster.