nodejs / nodejs.org

The Node.js® Website

Home Page:https://nodejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing page

alyahmedaly opened this issue · 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;

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

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.