(no title)
previousjs | 1 year ago
It is not bugs per-se as every framework has them.
It is that you are utterly stuck when they do and even 100s of thumbs up on issues don't get things fixed.
Case in point: can't defer chunk scripts anymore. Hard to get good performance scores as this is untenable.
Fetch cache limit is 2Mb or something like that and enforced by Verel. You need to fork NextJS and self host it to fix.
Probably 2 or 3 other such issues I forgot as well
Any over opinionated "batteries welded" frameworks will have this issue.
Use any of the usual MVC suspects like Rails for example and you avoid being stuck. You can find fixes or swap libraries. They tend to have battle tested out such issues anyway.
No comments yet.