#yes thats what i meant
1 messages · Page 1 of 1 (latest)
I understand that, but I'm wondering what would be the benefit of using NextJS here, in comparison with React, for example.
Nextjs is using react...
So, why should I use NextJS instead of plain react in the frontend. That's my question. What will I gain from it?
server side rendering
a lot of optimizations
routings
webpacks already set up
these stuf
next.js is a fullstack framework that means it takes care of the fundamental integration between FE and BE
while React is just a FE framework
I see. Although in the end, I could just use Next FE and BE and it technically should work fine, right?
Only issue I had here, was that I couldn't figure out how to get custom fonts working with vercel (pdf generation with mPDF)