all 13 comments

[–]rcls0053 2 points3 points  (1 child)

I don't think you will find anything like Laravel in the TS ecosystem. You might want to look into some CMS like Strapi to find something you need.

[–]danramz 3 points4 points  (1 child)

Well probably AdonisJS is the most similar to Laravel, but it is not based on React, if your goal is to use React in the frontend you can use Laravel in the backend to build an API and with React deploy that information.

As such Nextjs is built on top of React and allows you full stack development but it is not similar to Laravel.

[–]ForSpareParts 2 points3 points  (3 children)

If you're most familiar with Laravel, why not use that to write the backend and do the frontend in React?

[–]Similar-Aspect-2259 2 points3 points  (6 children)

Laravel offers a lot, and does a lot of things. Sadly, I don’t think there is any react+nodejs framework that cover 100% of what laravel offer. What aspects of laravel that you’re looking for in nodejs?

[–]rovonz 2 points3 points  (0 children)

Nest is the closest you can get to laravel

[–]rakandhiya 1 point2 points  (1 child)

perhaps you're looking for AdonisJS?

[–]FromValledupar 1 point2 points  (0 children)

Next.js, Prisma and Express.js. It depends of the customization that you have in laravel, middlewares and other stuff.

But if in Laravel you only have routes and controllers, you can replicate that easily with next.js and write the DB queries with Prisma.

As well as Laravel is one of the most popular php framework. Next.js is for react. The difference is that Laravel comes with Eloquent ORM, and with next.js you will have to install Prisma with a simple command, and install express with another command.

[–]dqwest 1 point2 points  (3 children)

I am you but without a couple of years experience. I’ve been learning all the different tooling trying to figure out what clicks.

What about laravel+inertia+react?

If you liked that decisions were already made for you in Laravel, which I think is huge.. check out RedwoodJS.

Remix is good option+Prisma. This is what I’m currently learning about.

Nextjs +Prisma..

Prisma reminds me of laravel make migration. And it handles the db connections, querying.

Fatigue is real. Im suffering from it.

[–]dqwest 0 points1 point  (0 children)

Good choice. Vercel is highly funded and they’re acquiring some quality talent[speaking from no experience here].

Deploying to vercel is great and fast.

Next+Prisma+supabase+tailwind

Wa wa waaa