|
|
|
|
|
by hijklmno
1874 days ago
|
|
What turns me off about NextJS is its "opt-out" telemetry.
You have to do a bit of magic at the system level "npx next telemetry disable" to turn it off (which you can only figure out by an internet search).
This seems very disingenuous on part of Vercel.
Make it an "opt-in" or don't fricking track. Conduct a yearly survey or use some other means if you are so interested in improving the framework.
I am open to other framework suggestions. |
|
I don't have access to the Next.js telemetry data, but I could definitely need to ask the Next.js team from time to time: "so, are your users more using Yarn workspaces? Or npm link? Or something else?", etc.
For the same reasons some people complains about Ubuntu removing some features because they say "people don't use it", while people using those features tend to disable the telemetry. Sometimes, telemetry is useful.
It is not to spy on users, it is about making the best technical choices to ensure the best Developer Experience.
_edit: typos_