OWASP Nest Frontend Extension Options #1067
Replies: 5 comments 2 replies
-
I don’t think we need to switch. We’re already using React, which gives us the flexibility to build both static and dynamic applications as needed. With the right optimizations—like code splitting, lazy loading. we can achieve most of what these frameworks offer without adding extra complexity to our stack. |
Beta Was this translation helpful? Give feedback.
-
Hey, based on what you’ve described, Next.js sounds like the perfect fit! It’s super flexible and handles both static and dynamic content like a champ. You get server-side rendering (SSR) for those real-time GraphQL queries, static site generation (SSG) for pages that don’t need frequent updates, and some awesome performance perks—think automatic code-splitting, image optimization, and snappy load times. Plus, it pre-renders pages, which is a big win for SEO. React on its own, with its client-side rendering (CSR), just doesn’t stack up as well for search engine rankings. So, if NEST needs real-time data, solid SEO, and room to scale, Next.js is definitely the better pick over plain React. |
Beta Was this translation helpful? Give feedback.
-
My views are: Astro is generally used for static sites, but in our case, we are dealing with real-time data. We may mix framework like React and Vue as needed.
-- Copilot Nest.js - Agreed with @KaranNegi20Feb |
Beta Was this translation helpful? Give feedback.
-
my point of view is that we are migrating for better performance and SEO optimization. Based on my research, both Astro and Next.js are good options. Astro is faster compared to Next.js because it ships zero JavaScript by default, making it ideal for serving static content. As seen in their showcase projects, most examples are static websites. However, Next.js offers an advantage when managing large and dynamic websites. It supports server-side rendering (SSR), which is useful if we need to serve content via backend APIs. Additionally, Next.js provides features like next/image and next/link, which optimize image size and quality based on page requirements, enhancing performance and SEO. That's my perspective. |
Beta Was this translation helpful? Give feedback.
-
Hey @arkid15r, I think we should go with Next.js since it offers more flexibility and is a full-stack framework, meaning we’ll need to write less backend code. It’s also performance-optimized, so we don’t have to worry much about that. Plus, it works well for SEO, and most people have had a great experience with it. |
Beta Was this translation helpful? Give feedback.
-
Framework Comparison: Astro, Gatsby, Next.js, or Remix?
Hi everyone,
I'm exploring various frameworks for building static and dynamic websites and would love to hear your thoughts on the following options based on your own knowledge or experience:
I’m looking for feedback on:
Your input will be invaluable as we decide on the best framework to use moving forward.
Thanks in advance for your insights!
Beta Was this translation helpful? Give feedback.
All reactions