Why there is a `/ssr` folder that creates the same...
# main
m
Why there is a
/ssr
folder that creates the same copy of the existing page and
next-connect
being used?
s
ssr folder are used for crawlers, next-connect allow us to use our expressjs api
m
Got it.
56 Views