nodejs.org icon indicating copy to clipboard operation
nodejs.org copied to clipboard

Missing page

Open alyahmedaly opened this issue 1 year ago • 2 comments

URL:

https://nodejs.dev/learn/nodejs-streams

Browser Name:

chrome

Browser Version:

latest

Operating System:

macos

How to reproduce the issue:

looks like this page is missing from the new site, maybe redirect to the new link will help

I got this link from react types

/**
 * Only available in the environments with [Node.js Streams](https://nodejs.dev/learn/nodejs-streams).
 *
 * @see [API](https://reactjs.org/docs/react-dom-server.html#rendertopipeablestream)
 *
 * @param children
 * @param options
 */
export function renderToPipeableStream(children: ReactNode, options?: RenderToPipeableStreamOptions): PipeableStream;

alyahmedaly avatar Mar 25 '24 17:03 alyahmedaly

that an issue of React type. Also strange link because on nodejs.dev there are nos learn ressource about stream.

AugustinMauroy avatar Mar 25 '24 18:03 AugustinMauroy

here's the content, perhaps https://web.archive.org/web/20210413020915/https://nodejs.dev/learn/nodejs-streams

bmuenzenmeyer avatar Mar 25 '24 23:03 bmuenzenmeyer

Well, nodejs.dev is not in this repository. That website was removed/archived a while ago.

This is not a bug from our side, nothing really to do here. The relevant React Type docs should be updated.

ovflowd avatar Mar 26 '24 16:03 ovflowd

note we have a page look similar in content https://nodejs.org/en/learn/modules/backpressuring-in-streams

AugustinMauroy avatar Mar 26 '24 16:03 AugustinMauroy