Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

add items to a react array in hooks

const addMessage = (newMessage) => setMessages(state => [...state, newMessage])
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #items #react #array #hooks
ADD COMMENT
Topic
Name
4+6 =