Routing in Next JS is quite different from what we are used to with React Router. Initially, it is quite easy to start but later it becomes tricky. I have started using Next JS recently and in the beginning, it was a mess because Next JS is using React as a library and they put their convention on top of it. SSR is another reason for the new conventions.
Category: TypeScript
TypeScript the benefits
JavaScript is a loosely typed language. I am used to with JavaScript for long. My first language was PHP and JavaScript is my second language. I started Python but didn’t continue. As all of my programming languages are loosely typed languages I am not used to with Typed language. My first impression of TypeScript was very very irritating. In the first days, Whatever I wrote is taking my focus to the type declaration from the actual logic design.