{"id":244310,"date":"2016-08-09T05:34:28","date_gmt":"2016-08-09T12:34:28","guid":{"rendered":"http:\/\/css-tricks.com\/?p=244310"},"modified":"2019-01-04T17:47:58","modified_gmt":"2019-01-05T00:47:58","slug":"image-upload-manipulation-react","status":"publish","type":"post","link":"https:\/\/css-tricks.com\/image-upload-manipulation-react\/","title":{"rendered":"Image Upload and Manipulation with React"},"content":{"rendered":"

The following is a guest post by Damon Bauer<\/a>, who tackles a pretty common web developer job: offering user image uploads. I’d hesitate to call it easy<\/em>, but with the help of some powerful tools that do a lot of the heavy lifting, this job has gotten a heck of a lot easier than it used to be. Damon even does it<\/a> entirely in the browser!<\/em><\/p>\n

<\/p>\n

A common thing web developers need to do is give users the ability to upload images. At first it might seem trivial, but there are things to think about when building an image upload component. Here are just some of the considerations:<\/p>\n