Skip to content
Discussion options

You must be logged in to vote

Hi @mk5-danny-w,

Thanks for reaching out and for your interest in Backpack!

Backpack is not built as a single-page application (SPA); instead, it operates with server-rendered pages, meaning each page load fetches a new view from the server. However, certain features within Backpack use AJAX (like in-line editing, filters, and some forms) to enhance interactivity and reduce full-page reloads where possible.

The fast page loads you’ve noticed are actually thanks to Basset, Backpack’s own caching system. Basset optimizes asset loading and minimizes load times across pages, creating a smoother and faster user experience that can feel somewhat like an SPA. This feature is part of Backpack’s c…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants