903 B
903 B
title | date | tags | category | thumbnail | |
---|---|---|---|---|---|
SVR.JS now supports Next.js! | 2024-07-23 21:38:59 |
|
News | /images/covers/SVR-JS-now-supports-Next-js.png |
SVR.JS - a web server running on Node.JS - can now serve Next.js-based web applications and websites with the Next.js integration mod! Next.js is a popular React framework, that provides server-side rendering and static page generation to websites.
Since SVR.JS is written in JavaScript, integrating support for Next.js is possible with a SVR.JS mod. We studied Next.js source code, in order to integrate SVR.JS with Next.js through a mod without using the Next.js custom server API. The limitations of using Next.js custom server API include disabling important performance optimizations, including serverless functions and Automatic Static Optimization.