Getting Started

React 19

This guide is relevant for any framework compatible with React 19, offering insights on adapting components, libraries, and animations to ensure optimal performance and compatibility.

Recharts

Rechart v2.15.0 now fully support React 19, but you still need to add the following override to your package.json. Read more about it here.

"overrides": {
  "react-is": "^19.0.0"
}