Repo
Good To Know
ReactDOM
React Suspense :
React 16.6 added a
<Suspense>
component that lets you
“wait” for some code to load and declaratively specify a loading state
(like a spinner) while we’re waiting:
Portals:
a first-class way to render children
into a DOM node that exists outside the DOM hierarchy of the parent
component.
Libraries
Framer Motion :
a great library for creating smooth animations and transitions in React components. Ideal for adding modern, interactive animations to Uls.
React PDF :
allows you to display PDFs in your React applications. Perfect for apps that need to show document previews, reports, or downloadable content.
ReCharts
ReCharts is a charting library built with React components for creating data visualizations and adding visually appealing charts and graphs to
your projects.
React Spring
a spring-physics-based animation library that helps create smooth animations and transitions. Perfect for adding realistic animations to your app.