How to integrate express js and next js?
Unanswered
Spectacled bear posted this in #help-forum
Spectacled bearOP
I am making a MERN project. But instead of React I am using Next js for the front end. What do I have to do to integrate next js and express js? I know that in next js there is a separate api folder for api calls, how will that be used here? and do I have to make any changes to the next.config file.