We have published a new video as part of the Frontity Talks series. In this one, we talk about ES6 topics and mars-theme
.
Hope this Frontity Talk is useful for you. If you want to watch any of our previous Frontity Talks, you can find them all in this Youtube playlist.
Donβt forget to subscribe to our channel and tap the notification bell to get notified when new videos are out!
Feel free to ask if you have any questions.
3 Likes
Thanks! Most things were already clear to me, but Iβm absolutely sure that this is good stuff for developers who arenβt familiar with Frontity yet. Will show it to my co-developers!
2 Likes
To the end thereβs some talk about fetching a next post or the list of the home page.
But with the auto prefetch function (Auto Prefetch data), this will be already done if the link is in view, right? At least, when auto-prefetch has been configured with the all
or in-view
setting.
@dominique
That is correct, data is pre-fetched if state.theme.autoPrefetch
is set to all
or in-view
- or pre-fetched on hover if state.theme.autoPrefetch
is set to hover
.
This talk was recorded at about the time that the component and pre-fetching was released so I guess it wasnβt taken into account at the time.
1 Like