DEV Community

Discussion on: What was your win this week?

Collapse
 
oathkeeper profile image
Divyesh Parmar

To implement Mobx for our product-team/admin panel for a big analytics table for all the video conferencing events, which integrates data coming from MySQL as well as Firebase connections.

Now that I have firebase connections being made per each row, I have run into another problem to provide all that updated data to a Download CSV button (which is an array of event details plus the firebase data for those events). The big win is I was able to optimize but next big worry is if I update this same array ( even in mobx store) how to avoid additional re-render!!!