issues
search
MarcelCutts
/
pride-london-web-gatsby
Pride in London's front end web platform
https://pride-in-london.now.sh
MIT License
0
stars
1
forks
source link
filters performance
#130
Closed
ds300
closed
6 years ago
ds300
commented
6 years ago
replace use of props functions in styled-components with directly accessing the theme. These were creating a fair amount of churn.
don't create intermediate lists when filtering events
cache filtered events, so if unrelated state changes it doesn't get regenerated
Never update EventListingCard components. Their data is static.
Restrict usage of react-flip-move to only the top few rows on desktop
Add normal (performant) enter transitions for the other cards
Also fix #126