|
|
|
|
|
by fareesh
2045 days ago
|
|
Can you help me understand the architecture a bit better? I have some reservations. If you extract components then you require JS (low lighthouse score, lots of JS processing on slow devices, likely SEO problems) or SSR to render the page and then serve it (high TTFB) Ideally you would have some kind of build step that can pre-process all the vue components and spit out pre-rendered HTML for all pages but preserve the interactive parts of the component scripts. |
|
Only for interactive components. You can use PHP or a static site generator and create components with no runtime JS at all.