react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

[Suggestion]: Documentation should be printable

Open SetTrend opened this issue 9 months ago • 1 comments

Summary

Currently, the React documentation cannot be printed. Please add features for the documentation to be printable.

Details

I prefer reading documentation offline.

I'd like to add annotations. I want to read documentation from a book, not online.

This way of learning supports nature sustainment, is less energy draining and allows for better concentration.

The React documentation has come to a state where it is stable for the most part.

In the past, I successfully printed loads of online documentation and had some of them even be bound:

my books

Current Situation

Currently, printing the React documentation is not possible:

cannot print React documentation


Desired Situation

  1. Add CSS rules providing for reasonably printing the React documentation

  2. Add a "Download PDF" button to the documentation's left menu for printing a whole chapter/topic spanning several web pages as a whole (e.g. "Describing the UI"), like Microsoft does with their online documentation:

    Image

SetTrend avatar Jan 22 '25 12:01 SetTrend