Why Next JS is awesome?
1. Seamless typescript setup
It's so easy to integrate typescript into an existing Next JS with just two simple commands
touch tsconfig.json
yarn dev
The yarn dev command will guide you through the installation process.
2. Routing
The files created...
blog.sudharsangs.in2 min read