(Next.js) Does getServerSideProps ruin performance?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SWR

    React Hooks for Data Fetching

  • That should address server side performance in a meaningful way and as for the extended content that you will need to query your Laravel API for - there's useSWR which works wonders for fetching data on the client side.

  • python-fake-data-producer-for-apache-kafka

    The Python fake data producer for Apache Kafka® is a complete demo app allowing you to quickly produce JSON fake streaming datasets and push it to an Apache Kafka topic.

  • I'm with u/ZeRo2160. My 2 cents is if you can't directly access your database from nodejs using `getServerSideProps` I'd recommend storing just the meta data you need in a Redis store then take u/ZeRo2160's advice and "use getStaticProps with sensible revalidation time" to pull the bare minimum data you need to satisfy your SEO requirements - Redis is super easy to use on both php and nodejs and you can use a service like Aiven to quickly set up a store for free.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • static-dynamic-pages

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts