Putting a bunch of nice to have snippets here
pack-hard.js - Script for running multiple commands (remove node_modules, install project, "npm run pack")
build-hard.js - Script for running multiple commands (remove node_modules, install project, "npm run build")
api.js - Basic example setup for an api-file
immutable-examples.js - Some examples on Immutable mutations
local-storage-handler.js - Example setup on localStorage handler (get, set, remove)
logConsoleErrors.js - Example on how to save logs in browser console following a certain pattern