Learning Next.js
I have recently decided to get back to learning Next.js, a framework for React that aims to simplify the creation of multi-page applications. Next.js offers several features that go beyond the standard React library, such as:
- Built-in routing by simply adding files ending in .js under the /pages folder
- Deploy to production through Vercel