I did 3 things to improve the website performance with hybrid rendering

What is hydration in Next.js?

What is micro frontend? Pros and cons?

What is monorepo? Pros and cons?

SPA(Single Page Application)

Why SPA can be less SEO-friendly?

SSR(Server-Side Rendering

What is CORS? How to solve it?

關鍵渲染路徑(Critical Rendering Path)

禁止轉譯資源(Render-Blocking Resources)

Next.js Hydration

服務器端渲染 (SSR) 和靜態生成 (Static Generation) 有什麼區別?

Next.js 中如何實現 SSR 、SSG和ISR?

如何優化 SSR?

Cache-Control是什麼?如何用來優化SSR?

如何處理Hydration過程中的事件綁定問題?

如何優化Hydration?

lazydynamic 差異?

Pre-renderingc和Staged Hydration

MobX vs Zustand