SSR with jsPsych #3053
jkhartshorne
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @jkhartshorne |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the midst of migrating Pushkin away from Create React App, since that's now deprecated. The main choices these days seem to be Vite or NextJS. The point of the latter is to do server-side rendering (SSR) which ... I think we don't actually want, right? That is, I assume we actually want jsPsych (and especially plugins like WebGazer) to be running client-side, since they are dynamic.
But I also may not have thought this through. Curious what you all are thinking.
Looks like @f-starace discussed using jsPsych with NextJS earlier, though it's not clear to me what the goal was there or whether it ultimately worked: #2449
Beta Was this translation helpful? Give feedback.
All reactions