LATEST TRANSMISSIONS
ENCRYPTED // PUBLIC KEY DETECTED
FILTER: TAG [SPA]
ONLINE
// Z.SHINCHVEN
Bridging Dynamic Routing in Single Page Applications: A Server-Side Approach
A pragmatic solution to the challenge of dynamic routing in single page applications (SPAs) when compiled to static files.
// Z.SHINCHVEN
Enhancing Single Page Applications with Server-Side Rendering and Hydration
Server-side rendering and hydration can be used to offer a complete single page application experience.
// Z.SHINCHVEN
静态部署 UmiJS 4
UmiJS 4.0 之后,静态部署的配置发生了很多变化,这里记录一下。 import {defineConfig} from "umi"; const publicPathBase = '/news' export default defineConfig({ publicPath: publicPathBase + '/', // 静态资源路径的前缀 base: publicPath…