Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
/ reactjs-utils Public archive

Useful React.js utilities & controller code of various JS libraries

Notifications You must be signed in to change notification settings

CharryWu/reactjs-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactjs-utils

Useful utility JS files

Helper functions to diff and wiring props for React components + debounce, throttle, memoize in VanillaJS

Utils.js

Make a div draggable

View draggable thumb in action (video)
draggable.js
PanVideoMiniMap.scss

Manipulate class names using VanillaJS (not using react)

ClassNameUtils.js

Example of manipulating browser LocalStorage APIs

See files under LocalStorageAPI/

Webpack config file decentralization

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

fuse.js fuzzy search integration

View fuzzy search in action (video)
TranscriptSearch.js

Video.js plugins

Seekable playback time

SeekTextInput.plugin.js
seekable playback

Time tooltip (on mouse hover)

ShowTooltipByTime.plugin.js
time tooltip

About

Useful React.js utilities & controller code of various JS libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published