Top "React-big-calendar" questions

Full featured calendar React component for managing events and dates.

How to merge two array of objects with reactjs?

I have a react-big-calendar, I want to fetch the events of this week from the backend and the other weeks …

javascript arrays reactjs local-storage react-big-calendar
How can I create a custom Event Component for react-big-calendar?

The docs mention having the ability to create custom components: http://intljusticemission.github.io/react-big-calendar/examples/index.html#prop-components I've …

reactjs react-big-calendar
React Big Calendar how to style a single day in the month view

So as seen on the picture, I want to style individual events. Example of how it should look With the …

javascript css reactjs react-big-calendar
npm install from github: Module not found: Can't resolve 'react-big-calendar'

I had to make some changes on react-big-calendar module so I forked the project on github, made modifications and pushed. …

reactjs npm-install node-modules react-big-calendar
react-big-calendar navigate to specific day / month

I'm using BigCalendar react-big-calendar, and I'm trying to find an example on how to navigate to specific day / month when …

reactjs fullcalendar react-big-calendar
Basic setup of react-big-calendar events not showing

Im trying to use the react-big-calendar package. http://intljusticemission.github.io/react-big-calendar/examples/index.html I have the calendar displaying …

react-big-calendar