Silly question, using Apollo Frontend without corr...
# random
v
Silly question, using Apollo Frontend without corresponding apollo server for rapid proof of concept dev, Apollo or Prisma server backend will come later. Does anyone know of clever ways to mock purely on the client side without ever making HTTP calls?
l
j
You could also look into PollyJS by Netflix. I haven't used it yet, but I plan on trying it out.
v
This is interesting, will take a look, thanks!