Useful utility JS files
Helper functions to diff and wiring props for React components + debounce, throttle, memoize in VanillaJS
View draggable thumb in action (video)
draggable.js
PanVideoMiniMap.scss
See files under LocalStorageAPI/
webpack.config.js main config file, imports other config files to avoid getting large
webpack.alias.config.js supports path custom aliases, reduces import path length (e.g. import "ReducerActionsDir/SomeAction"
instead of import "../../actions/SomeAction"
)
webpack.module.rules.config.js
webpack.plugins.config.js