My first project was a news site about Hungarian theater: https://szinhaz.online
Iβm looking forward to use Frontity again!
My snippet has (at least) one weak point: It logs just the first arrive to the site. If user navigates in it, it does not log. I hope the core team will solve it soon (The `analytics` library).
Actually, the core team is also working on it. There is an npm package, but no docβs yet. @David can we already use this package? Can you provide the basic steps for it?
Oh, I forgot to say that our recomendation will be to always use the official packages (once they are ready).
We found a problem regarding analytics, and it is that the title may not be ready right after doing actions.router.set(link) (e.g. going to a link that hasnβt been fetched yet) and that would cause pageviews to be sent with the wrong title (remember that pageviews contain title and link).
For that reason we would have to wait for the title to be ready and that wasnβt a problem trivial to solve. If you are curious, you can check our current solution here, in the analytics library.