0.1.0 • Published 6 years ago
@hooks/queue v0.1.0
🎒 @hooks/queue
React hook to manage a queue
Install
npm i @hooks/queueUsage
useQueue
useQueue(initialState: Item[] = [])Parameters
initialState: Item[] = []
Populate the queue with an array of initial values.
0.1.0
6 years ago