wubocong / react-upload-file

react upload component
MIT License
28 stars 25 forks source link

Not use react-dom + input tag name #9

Open hasnat opened 7 years ago

hasnat commented 7 years ago

I was going to add react-dom to webpack external, but we don't need react-dom its only being used to findNode to set as input, which I have changed to ref as a method for same input.

This brings down dist min file from 230kb to 7kb (not gzipped)

hasnat commented 7 years ago

ping @wubocong

stevenkissack commented 6 years ago

Would love to see this merged, will use your fork for now. Cheers

hasnat commented 6 years ago

Yea, You can use https://www.npmjs.com/package/@hasnat/react-upload-file for now.

hasnat commented 6 years ago

Added another commit which adds optional prop inputName to help specify file input tag name

linonetwo commented 6 years ago

@wubocong