Introduction to NextJs
Nextjs requires us to first understand a few key elements and become thorough with them These key elements or prerequisites to Nextjs are: JavaScript(ES6 features like map, arrow functions, and destructing). Basics of React including: Creating comp...

