vanadium-archive / browser

Example app: Vanadium namespace browser
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Use lodash for unique ID #43

Open aghassemi opened 9 years ago

aghassemi commented 9 years ago

We are currently using an npm module for generating unique IDs. We are already including lodash, so it would make sense to use _.uniqueId instead.

This is low priority, but something to do when we are cleaning up the code and eliminating unnecessary modules.