-
If I wanted to write isomorphic code (working on both server and client) should I import |
Beta Was this translation helpful? Give feedback.
Answered by
franky47
Oct 28, 2024
Replies: 1 comment 4 replies
-
Yes, you can import the parsers from |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
franky47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can import the parsers from
nuqs/server
, which doesn't contain the"use client"
directive.