-
### Is your feature request related to a problem? Please describe.
- React.js limits SEO and performance due to its client-side rendering.
- We need server-side rendering (SSR), static site gene…
-
### Summary
Improve docs about Static Site Generation (SSG)
### Page
_No response_
### Details
What is the official and easiest way to build a static-files generated website (with separate .html …
-
I get the following error in certain libraries, such as `@tanstack/react-query`. I'm assuming it has something to do with the way the bundler adds react. Perhaps react is out of scope or an issue with…
-
How to use it in a multi-page application?
```[tasklist]
### Tasks
```
-
# SSR, CSR, SSG
SSR, CSR, SSG, 모두 다 웹페이지가 렌더링하는 방식들임
크게 CSR(Client Side Rendering)과 SSR(Server Side Rendering)으로 나뉨. 이외에도 SSG와 ISR라는 방법도 있음
이걸 얘기하기 전에 연관되는 개념으로 SPA와 MPA에 알아야 함
SPA, MPA
…
-
The current `useGitHub` hook works well with standard React applications, but it doesn't account for the server-side rendering (SSR) and static site generation (SSG) features of Next.js. We need to ad…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/static-page-render-zl2634
### To Reproduce
1) Create a `[slug]/page.jsx` route. (In repo already done it)
…
hlege updated
4 weeks ago
-
I'm using a components library with @emotion/styled components (MUI components). I don't use any emotion cache.
As I understood it, it looks like vite-react-ssg prerender components server-side, an…
-
### Link to the code that reproduces this issue or a replay of the bug
https://github.com/nickderobertis-ch/app-ssg-i18n-issue
### To Reproduce
1. Run next build, observe error.
### Current vs. Ex…
-
[vite] Error when evaluating SSR module C:/Users/46848/Desktop/project/converting-mobile/src/main.tsx: failed to import "antd-mobile"
|- C:\Users\46848\Desktop\project\converting-mobile\node_modules\…