is there anyway we can get same results as of
Unanswered
Cavalier King Charles Spaniel posted this in #help-forum
Cavalier King Charles SpanielOP
export const config = {
unstable_runtimeJS: false
};
in nextjs 12
i am looking for complete static no js on some pages, and i was able to do that in nextjs 12 but now upgrading to 14 and not able to do that anymore
unstable_runtimeJS: false
};
in nextjs 12
i am looking for complete static no js on some pages, and i was able to do that in nextjs 12 but now upgrading to 14 and not able to do that anymore
6 Replies
If you aim for low-js or no js, react is not the choice. You should look at other frameworks.
Cavalier King Charles SpanielOP
Well, some pages I was rendering with no-js in nextjs 12. So I am still using the features of nextjs
This was a feature in nextjs 12, that’s why I am asking if there is something similar in 13,14
No. There isn’t anything similar.
It was marked as unstable_ for a reason. The team only published it for testing purposes – you are not supposed to rely on it in production applications.