Versioning
Term side of the Card
Topic: Basics
Unit title: Versioning
Categories: Concept
Explanation side of the Card
Explanation: The specific versioning rules that React follows for its library. Major releases can introduce breaking changes, while minor updates add features without breaking existing code. Patch releases focus on bug fixes. More details can be found in the official React versioning policy.