A simple implementation of preview modals with next intercepting & parallel routes
The new features in Next 13.3 allow for the implementation of preview modals that show the main content on refresh. This is a popular feature seen on websites like Product Hunt.
To install the Next 13.3 theme, follow these steps:
Clone the repository.
git clone [repository-url]
Install the required packages.
npm install
Run the application.
npm run dev
Deploy the application to Vercel.
npm run deploy
Deploy the application with Vercel.
vercel deploy
The new features of Next 13.3 allow for the implementation of preview modals, where the main content can be shown on page refresh. This feature is commonly seen on popular websites like Product Hunt. The process of installing the Next 13.3 theme involves cloning the repository, installing the required packages, running the application, and deploying it to Vercel.