Speed of an SPA
The speed of a single-page web app without writing any JavaScript, courtesy of Turbo
Transform all link clicks and form submits into Ajax calls to get that single-page-application feel.
Click any links on this site or submit this form. Zero full page refreshes!
Turbo Drive Demo
The frame displays just part of the full page from https://ux.symfony.com/turbo/todos. All link clicks and form submits stay *inside* the frame.
Turbo Frames Demo
Chat with someone else viewing this page (or open a 2nd browser tab to talk to yourself)! Submitting also updates the icon in the header.
Turbo Streams Demo (your username is user_638
)
$ composer require ux symfony/ux-turbo
$ npm install --force
$ npm run watch