[Vuejs]-Single Page Applications and URL slugs, routing, and seo

1👍

For React you can use the following

These will cover points 1-3 of your requirements.

If you want to do server-side rendering you can have a look at Next.js or Gatsby.js. These frameworks are built on top of React and come out of box with routing and SEO funtionalities.

I don’t think the last point is that much relevant as all the above would work fine in almost any setup.

Leave a comment