@hooks/queue
v0.1.0
Published
React hook to manage a queue
Downloads
15
Readme
🎒 @hooks/queue
React hook to manage a queue
Install
npm i @hooks/queue
Usage
useQueue
useQueue(initialState: Item[] = [])
Parameters
initialState: Item[] = []
Populate the queue with an array of initial values.