Start your All-Access Pass to unlock this challenge
What is a Turbo Frame and what does it do?
A Turbo Frame is an <iframe> element in a page that has extra functionality, like loading pages via Ajax calls.
<iframe>
Turbo Frames is a system that allows you to create complex animations in our web pages by making Ajax calls.
A Turbo Frame is an area of our page in which we can load content and update it via Ajax calls that return HTML. It behaves similarly to the old <iframe> system.
A Turbo Frame is an area of our page that has the ability to stay loaded while other parts of our page change. It is mainly used as navigation bars.