# Can I remove Next.js?

Next.js (opens new window) is a react framework which gives you the best developer experience with all the features you need for production: hybrid static & server-side rendering, TypeScript support, smart bundling, route pre-fetching, your custom webpack, etc.

Please refer following articles which should convince you to start your next project on Next.js rather than on plain React. It does not have a huge learning curve and it will benefit you in many ways:

You can read Next.js docs here (opens new window).

This template is created with Next.js as the base and thus, Next.js cannot be removed from the template.

Last Updated: 6/22/2023, 7:12:49 AM