muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
MIT License
336 stars 46 forks source link

[Enhancement] Add React example to README #71

Closed clearlyTHUYDOAN closed 2 years ago

clearlyTHUYDOAN commented 2 years ago

Description

While I was working with the direct upload flow and Upchunk, we saw an opportunity to add a React example 🌈

Otherwise, people have to modify the vanilla Javascript example for their React needs 😅

clearlyTHUYDOAN commented 2 years ago

Had a chat offline with Dylan. We're going to improve the code example by showing the progress with state and also adding error handling. Will be doing the same for the code example in the direct uploads guide here.