A pattern for functions in react js that boosted my work
I had a problem looking my code react. The html part is very confuse, I always had so many parameters in each function, long lines, ugly code. const itens = [...] const send = (item, myUser) => {...} const change = (myUser) => {...} const del= (chat...

