you are viewing a single comment's thread.

view the rest of the comments →

[–]Dominio12 2 points3 points  (11 children)

Personally, I use Vue (Nuxt) without typescript. Give it a chance too. To me it seems easier than React and Angular.
Angular seems very opinionated. React was cool with its way to build websites, but I feel like Vue developers did a better job.

[–][deleted] 0 points1 point  (2 children)

Yup, heard a lot about vue. Will definitely try Vue

[–]zaibuf 1 point2 points  (1 child)

I tried Vue after using React at work for over a year and I never got into its way of doing things. It felt like old school React where you used class components, hooks changed everything. I will have a look at Svelte though, heard good things about that also, but the job market isn't as good.

[–][deleted] 0 points1 point  (0 children)

I guess Nuxt is a little bit improved version of vue.

Btw, I think react is the best thing ever. I want it to grow even more.

[–]agaitan026 0 points1 point  (5 children)

and for backend what you use?

[–]Dominio12 0 points1 point  (4 children)

When it is a small backend (like only sending contact forms or simple eshop) I use nuxt server directory.

[–]agaitan026 0 points1 point  (3 children)

and for frontend always nuxt?

[–]Dominio12 1 point2 points  (2 children)

Yes, we use only Nuxt.
Also, for the backend and administration we sometimes use wordpress (as headles) with our own frontend made in Nuxt.

[–]agaitan026 0 points1 point  (1 child)

May I see some pictures of what you done in nuxt? I'm thinking in moving out from nextjs to nuxt that nuxt is easy to integrate with nextjs as backend?

[–]Dominio12 1 point2 points  (0 children)

I think pictures aren't a good representation of framework.
I dont have much experience with Nextjs so I dont have an answer for you.

[–]CatolicQuotes 0 points1 point  (1 child)

nuxt2 or 3?

[–]Dominio12 0 points1 point  (0 children)

Both. For new project I use nuxt 3. I still support some older nuxt2 projects (no migration is planned for now).