Looking for some advice for a new tech stack
I'm looking into building a dashboard that loads fast, navigates fast, and is capable of preloading and caching pages in a service worker for a native-like experience.
SolidJS certainly meets the criteria of rendering fast. However, I am not sure if it is possible to combine SSR with CSR for a fast initial-load followed by subsequent smooth page navigation (preload and cache pages that are likely to be seen by the user). Not to mention how PWA ties into that.
Any information, links, or repositories with this would be very helpful!
0 Replies