DEV Community

Discussion on: Client-side image upload ⬆️ in React

Collapse
 
jakekiernan profile image
Jake Kiernan

Nice article! Why did you decide to use useRef instead of saving the file to state? @asimdahill

Collapse
 
adriaanbd profile image
Adriaan Beiertz

I'm also wondering the same. Furthermore, Jake did you mean internal Component state or global state via something like Context or Redux?