React new beta documentation

What’s the different between reactjs.org doc and beta.reactjs.org doc

HI @mdishaqibrohim !

There are a few differences between the beta docs and the current docs. Here are my opinions on the new docs.

Beta docs focuses on hooks

The current docs heavily relied on classes which is no longer used in modern React development. The new beta docs focuses on cleaner examples all using hooks.

Better diagrams for react concepts and patterns

The beta docs have better diagrams to help describe react concepts.

Stronger interactive examples

The current docs relied on codepen and code snippets for their examples. But the beta docs have interactive examples built into the page with the rendered output right next to it.

If you are interested in learning more about the new docs, then I would suggest reading through this github discussion from the maintainers

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.