-
Notifications
You must be signed in to change notification settings - Fork 16
🔖 news filtertoolbar #6152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔖 news filtertoolbar #6152
Conversation
* generate categories from a set of categories * build filters as a list of OR'd filters remaining: * need to fix a few typings (spec.selected) * a cleaner dependency array for buildFilters
|
Anything more to do here? This is ready for another review. |
hawkrives
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
… from a month ago
|
How sure are you that memoize doesn't use an unbounded cache? It'd be bad if we tried to fix one perf issue only to eat all available ram |
|
Memoize's cache would be unbounded, yes. Although we we have this pattern elsewhere in the codebase for large lists: course catalog and student orgs. AAO-React-Native/source/views/sis/course-search/list.tsx Lines 63 to 85 in 13c66f1
AAO-React-Native/source/views/student-orgs/list.tsx Lines 34 to 44 in f422473
|
|
Ok! |
|
@rye thoughts? I think we've now got this cleaned up! |
✨What this is
🗒️ Todo
@react-nativetotransformIgnorePatternsvia ac12bc7 in All test suites are failing #6153@frogpondtotransformIgnorePatternsvia 1ff97cfspec.selected)apply: { key:should reference📸 Screenshots
🎥 Demo