NextJS
How to use NextJS Firebase for Static and Server-Side Rendering?
NextJS is a fantastic framework for building production-ready React apps. To help with SEO and performance issues, NextJS supports static page generation and server side rendering as well. In this post, we will learn how to use NextJS Firebase integration Read more…