Credit: Jon Tyson - Unsplash

Add and remove Bolt wrappers between pages for dynamic content loading.

When you have consistent layouts you might want to have specific areas of content change, Bolt will treat these wrappers as containers and check for content diffs, if a change is detected it will swap the content if not it will persist the content.

You can have multiple routers on a page.

The above gallery is technically two different pages but Bolt determines what has changed and persists elements that haven't changed. If you open dev tools you can see how Bolt handles incoming and outgoing DOM from page to page.

👇

Bolt includes an event system that you can tap into to create fluid page transitions.

Learn More