MMMeet Masterinmeetmaster.hashnode.dev·Jun 6, 2021 · 2 min readIntroduction to NextJsNextjs 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...00
MMMeet Masterinmeetmaster.hashnode.dev·Jun 6, 2021 · 1 min read404 NextjsNextJS provides built-in 404 page. what if you want to customize it? well, follow these steps, after going through these simple steps you will be able to customize your own 404 error Page in nextJS. creating your own custom error 404 Page in nextJS i...00
MMMeet Masterinmeetmaster.hashnode.dev·May 17, 2021 · 2 min readuseState HookI am going to explain useState hook in the easiest manner. Code along with me, we will create a simple counter app using useState hook. Hooks are a new addition in React 16.8, UseState hook is one of them. useState takes 2 arguments, 1st one is yo...01K