subugoe / hoad

Deprecated: Please check https://github.com/subugoe/hoaddash
https://github.com/subugoe/hoaddash
GNU Affero General Public License v3.0
15 stars 4 forks source link

factor out updateSelectizeInput to shiny module #227

Open maxheld83 opened 4 years ago

maxheld83 commented 4 years ago

this would make the dashboard smaller, and maybe also faster. I am guessing that going reactive over the entire hybrid_df() is fairly expensive, when actually a prepared object with all (unique) journals and publishers would do. That object could be created at build time of the module.