Hacker News new | ask | show | jobs
by PaulHoule 812 days ago
This week I've been working on a totally run-of-the-mill React app and thinking a lot about little algorithms and data structures things like what's the best way to form the data required to populate a dropdown by merging three different data structures. I am mainly using built in data structures like arrays, sets, maps, objects, etc. but there is plenty of art into how to put them together into code that runs fast, is easy to maintain, etc.