What frontend tech should I choose: React or Next.js for my Spring Boot project?

0
9
Asked By CuriousCoder93 On

Hey everyone! I've completed my backend using Spring Boot, which includes features like REST APIs, JWT authentication, and user roles. Users can register vehicles and manage their profiles, while admins can manage users, vehicles, and orders. Now, I'm looking to build out the frontend but I'm torn between using React and Next.js. What's your recommendation for a solid frontend stack that integrates smoothly with a JWT-based Spring Boot backend?

1 Answer

Answered By FrontendFanatic77 On

In my opinion, your choice should depend on what you feel comfortable with since you've built a backend that exposes an API. Both React and Next.js are solid, but they have different strengths. Next.js has a larger community and provides server-side rendering, which is great for SEO. However, it can be quite complex. React is straightforward and gives you full control, plus it works well for dashboard-like applications. Ultimately, it boils down to your needs—pick whatever feels right for your project!

SimpleDev101 -

What about SvelteKit? I hear it's easy to use.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.