Different Data Fetching Techniques in NextJs
NextJs is a JavaScript framework build on top of React that supports Server Side Rendering out of the box.
React application build using create-react-app uses Client-Side-Rendering(CSR).
CSR is not helpful if you need SEO for your web application. T...
blog.dipankar.dev5 min read