The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
Right now themes need to include a lot of verbose code in their pagination and search pages using libraries.source just to get:
query
if it is a search
the search query
page
path
next page link
previous page link
It doesn’t make sense. Frontity themes should be easy to create.
User Stories
As a Frontity theme developer
I want to access pagination and search in the data objects
so that I don’t have to repeat the same code over and over on all my themes