-
Optimize UI entry feed performance (#452)
发布于
2021-11-15 14:32:05 +00:00 - Optimize the React code for feeding the entries
By building
EntryItemonly once and updating theentriesstate on meta query messages.-
Upgrade
react-scrollable-feed-virtualizedversion from1.4.3to1.4.8 -
Fix the
isSelectedstate -
Set the query text before deciding the background to prevent lags while typing
-
Upgrade Basenine version from
0.2.6to0.2.7 -
Set the query background color only if the query is same after the HTTP request and use
useEffectinstead -
Upgrade Basenine version from
0.2.7to0.2.8 -
Use
CancelTokenofaxiosinstead of trying to check the query state -
Turn
updateQueryfunction into a state hook -
Update the macro for
http -
Do the
source.cancel()call inaxios.CancelToken -
Reduce client-side logging
下载附件