Y
Hacker News
new
|
ask
|
show
|
jobs
by
sysguest
203 days ago
wait I'm only using React for SPA (no server rendering)
am I also vulnerable??????
2 comments
cluckindan
203 days ago
Only if you are running a vulnerable version of Next.js server.
link
__jonas
203 days ago
No, unless you run the React Server Component runtime on your server, which you wouldn't do with a SPA, you would just serve a static bundle.
link