Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Aug 8, 2024Exploring React SSR with FastifyIn this article, we'll be looking at the state of native React integration in the Fastify framework. Vite has quickly become the industry standard for bundling modern applications, with frameworks like Nuxt, SvelteKit and SolidStart all based on it. ...Discuss·2 likes·1.3K readsplatformatic
Daniel Bemsenhecodes.hashnode.dev·Feb 8, 2023Understanding and Implementing NoSSR in Next.js: A Comprehensive GuideNext.js is a popular JavaScript framework for building fast, scalable, and dynamic web applications. One of its key features is Server-Side Rendering (SSR), which allows for faster load times and improved search engine optimization. However, in some ...Discuss·56 readsNext.js
姚观寿yaoguanshou.hashnode.dev·Aug 15, 2022react ssr lazy loadingEnglish document An introduction to Welcome to React-SSR-lazy-Loading documentation! description: Cost learning, API is almost the same as REACT API Pages are loaded on access and loaded on demand, cut from code Realize the isomorphism of routin...DiscussNode.js