react-copy-mailto icon indicating copy to clipboard operation
react-copy-mailto copied to clipboard

import useState, useEffect etc.. from react at the beginning only

Open Binu42 opened this issue 5 years ago • 0 comments

currently, we are importing useState, useEffect, CSSProperties, etc.. from react each time when we need it, by this code is not looking clean and we are writing repetitive things. we can import all these methods at the beginning only and use it in our code.

Binu42 avatar Oct 10 '20 10:10 Binu42