sever-side-rendering
There are 3 repositories under sever-side-rendering topic.
devMunyi/ninja-list
An application has been built for practicing the amazing features that can be easily achieved with the use of the Next.js framework. It utilizes an external API to retrieve data and demonstrates the concept of server-side rendering (SSR).
Joe117f1/NEXTjs-meetups-app-public
NEXT.js & Typescript demo app for social meetups, featuring both SSG & ISR, by integrating server-side code (node.js) to get/save data from/to MongoDB, and displaying it on Google Map using the @react-google-maps/api library. in this project I use many standard-React hooks such as useEffect, useState, useRef and useContext, custom hook for form inputs, as well as Next.js hooks such as useRouter, and other key Nextjs features.