https://github.com/intljusticemission/react-big-calendar
I'm using react big calendar and trying to add custom styling to date cells in the past. Not really sure how to go about this without jQuery?
<div className="col-xs-12 col-md-8">
<BigCalendar
events={ rentals.concat([ rental ]) }
selectable
views={ ['month', 'agenda'] }
onSelectSlot={ rental => actions.selectRental(rental, sportingGood, agreedToTerms) }/>
</div>