Next.js or Vite for Building a Marketing Website?

0
5
Asked By CuriousCoder92 On

I'm looking to create a marketing website for a small family friend's business and I'm doing it for free. I've worked on web apps before using React and TypeScript, but they've mostly been internal tools or PWAs, not public marketing sites. For this brochure-style site, should I go with Vite as a build tool, or is Next.js a better choice for server-side rendering (SSR) or static site generation (SSG)? I know Vite is primarily designed for SPAs and may not be as SEO-friendly. I've heard that Vite can handle SSG too, but I'm not sure which would be the best approach. Any advice would be really helpful since I'm still a CS student and don't have much real-world experience!

2 Answers

Answered By AstroNerd On

For your needs, Astro might actually be a good fit, especially since it's designed for static content and has great performance.

Answered By WebDevWiz On

For a static one-page marketing site, you might want to consider using something like WordPress, Webflow, or any simple CMS. They handle updates well, and you won't have to manage all the details yourself.

SimpleSiteFan -

I agree, but WordPress can be pretty bulky for a basic site! There are definitely lighter options.

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.