Hacker News new | ask | show | jobs
by timneutkens 2829 days ago
create-react-app is actually removing this feature in an upcoming release. We don't have plans to include it as a feature to Next.js as you can already implement it using a custom server. We do have an example for it: https://github.com/zeit/next.js/tree/canary/examples/with-cu...
1 comments

Why is it being removed?
To let an external express server handle it. Which they think will be better than the current in house solution.