|
|
|
|
|
by adoxyz
1323 days ago
|
|
Can you give examples of times NextJS was changed to solely benefit Vercel? NextJS is an open-source framework under the MIT license, so if Vercel ever did anything to compromise NextJS, it could just be forked, but to my knowledge and experience with NextJS, they've provided and continue to provide an awesome framework/ecosystem around React. |
|
Aside performance, this has consequences because of their stale-while-revalidate technique for static pages in incremental regeneration. If cache becomes obsolete on 1 instance and it's revalidate on the next request, it's not revalidated on other instances, so users accessing them are going to see stale data until that instance itself does revalidation. Having even a percentage of pages showing stale data can be painful for certain scenarios.
NextJS users been asking for more flexiable caching for some time.
I think it's a pretty good example.
As for forking it, how many companies have enough resources and are willing to go that distance?