-
Animation
useAnimationEvents
— use with animations, it tracks and start and exit animation so component can unmount after exit animation has ended
-
Side-effects
useLocalStorage
— hook for managing local storage. Safe with SSR rendering.useMutationObserver
— Use mutation Observer with this hook in react. Safe with SSR rendering.usePromiseMap
— Resolves array of promises within react in a non blocking way.
-
State
ReducerProvider
— Provider to wrap outer components, takes reducer and initial state.withReducerProvider
— HOC for ReducerProvider Provider to top component.useReducerStore
— returns state, selector and functions for for updating the state from contextuseReducerSelector
— takes selector and returns value similar hooks for providing simple state without using reducerStateProvider
,withStateProvider
,useStateStore
,useStateSelector
useReactiveState
— reactive state that updates with change in initial state
-
Lifecycles
useMount
— hook returns state after first mount, takes optional callback to run, it can be resolved with promise
-
Network
useFetch
— hook for using fetch in React, work on SSR also, as it checks to use node or window fetch, suppoers optional queryBuilder
-
API
useYoutube
— hook to add youtube player logic to component based on Youtube Player library.
-
HOC
withHooksHOC
— Add hooks data to class component.
-
React Native
useAsyncStorage
— hook for managing storage within react native.
-
Notifications
You must be signed in to change notification settings - Fork 1
Tihi321/ts-use
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Set of usefull hooks for various functionality
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published