can i use it with nest js? #1277
-
i'm newcomer to nest js and i want to use diffrent thing in it like urql does it possible |
Beta Was this translation helpful? Give feedback.
Answered by
JoviDeCroock
Jan 5, 2021
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Adamkaram
-
got it thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nest.JS
is a backend framework, while you can useurql
in a Node environment I don't see much use for it in said environment. The primary use case here is still Frontend frameworks and using it in presentational applications.