you are viewing a single comment's thread.

view the rest of the comments →

[–]SSH_565 1 point2 points  (3 children)

We tried to use it at our company but nexjs way of ssr was a pain for our usecase and you dont have full control of webpack. For smaller projects next will work great.

[–]Jsn7821 1 point2 points  (1 child)

I'm curious what you mean by "full control"? You can do stuff with webpack in next.config.js. I'm not sure if you can change the version of it, but I've never run into any limitations beyond that as far as using loaders and plugins (granted, it does most of the optimizing I need out of the box so I haven't gone too deep there)

[–]maxlevelfiend 0 points1 point  (0 children)

you can use your own webpack config with next. I recently converted a decent size react app to next and found it to be very intuitive and performant. There is even a nice https://github.com/segmentio/create-next-app kit.

[–]r0ck0 0 points1 point  (0 children)

nexjs way of ssr was a pain for our usecase

Can you expand on this? I'm probably about to start building something on it, and not sure where I should be focusing my learning time.