DEV Community

Discussion on: Calendar Heatmap using React on JSitor

Collapse
 
ramiyushuvaev profile image
Rami Yushuvaev

Challenge: now do that with pure CSS. no JS!

Collapse
 
ashvin777 profile image
Ashvin Kumar Suthar • Edited

I like such challenges and would love to do that. But do we really need to reinvent the wheel 🤔

Collapse
 
ramiyushuvaev profile image
Rami Yushuvaev

JS has performance impact on the page as it requires extra rendering and it makes the page load slower. Static components are better to implement with pure CSS.