DEV Community

Discussion on: Calendar Heatmap using React on JSitor

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.