Colin Hemphill
Results
3
issues of
Colin Hemphill
React 16.9.0 warns of the impending deprecation of `componentWillReceiveProps`: ``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move data fetching code...
The new [Route Handlers](https://beta.nextjs.org/docs/routing/route-handlers) support a Node.js runtime with streaming, so in theory we can move the PDF generator from `/pages/api/pdf.ts` to `/app/api/pdf/route.ts`. I haven't tested how straightforward this will...