reactjs / react.dev

The React documentation website
https://react.dev/
Creative Commons Attribution 4.0 International
11.07k stars 7.55k forks source link

Events are missing #6940

Closed bdkoder closed 1 month ago

bdkoder commented 5 months ago

Events are missing

https://react.dev/docs/events.html

rickhanlonii commented 5 months ago

Which events?

bdkoder commented 5 months ago

Hello @rickhanlonii, Mouse events doc missing. image

imparth7 commented 2 months ago

Legacy React Document events are moved to the common components on the new React Document.

This is the link to events. https://react.dev/reference/react-dom/components/common

harish-sethuraman commented 2 months ago

@bdkoder how did you land on this link to events?

rickhanlonii commented 1 month ago

Any existing links to this page should be at reactjs.org/docs/events.html which will correctly redirect to legacy.reactjs.org/docs/events.html, which has a note that links to the new docs page.

Wherever you're seeing a link to react.dev/docs/events.html is broken and should fix it there.