You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for your contribution. I found your theme is quiet cool to start with
As I can see to enable Wordpress routes to Vue.js, You implemented a function to grab all posts from db and announce them in the html as a scoped javascript variable.
I guess if I use it in a big data website. This will include all my posts & pages slugs inside the html an website will take along time to load it. Am I right?
Is there any work around you can imagine to avoid this?
I can think of something will allow Vue to check with an api whenever a user click on a link to check which link is this and where should it take it. And those links will have some html5 attr. to avoid external links handling and other links might be needed to avoid
I would appreciate your response
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
First thanks for your contribution. I found your theme is quiet cool to start with
As I can see to enable Wordpress routes to Vue.js, You implemented a function to grab all posts from db and announce them in the html as a scoped javascript variable.
I guess if I use it in a big data website. This will include all my posts & pages slugs inside the html an website will take along time to load it. Am I right?
Is there any work around you can imagine to avoid this?
I can think of something will allow Vue to check with an api whenever a user click on a link to check which link is this and where should it take it. And those links will have some html5 attr. to avoid external links handling and other links might be needed to avoid
I would appreciate your response
Thanks
The text was updated successfully, but these errors were encountered: