#yes thats what i meant

1 messages · Page 1 of 1 (latest)

limpid mortar
#

I understand that, but I'm wondering what would be the benefit of using NextJS here, in comparison with React, for example.

jaunty wedge
#

Nextjs is using react...

limpid mortar
#

So, why should I use NextJS instead of plain react in the frontend. That's my question. What will I gain from it?

jaunty wedge
#

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

limpid mortar
#

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)

jaunty wedge
#

yeah

#

it sshould work fine if you dont neeed the advanced stuff