Package Exports
- @fullcalendar/react
- @fullcalendar/react/dist/main.cjs.js
- @fullcalendar/react/dist/main.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fullcalendar/react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
FullCalendar React Component 
An official FullCalendar component for React.
This is more than a mere "connector". It tells the core FullCalendar package to begin rendering with React virtual DOM nodes as opposed to the Preact nodes it normally uses, transforming FullCalendar into a "real" React component. You can learn a bit more from this blog post (more info to come).