Image upload with ReactJS
问题 I’m building this ReactJS application which where I want to upload an image using a click of a button and take it to the next view which is the cropping window and then after cropping it, then I can upload it to the server. The issue which I’m having right now is how to take an image from 1 view to another view without uploading it to the server? I tried taking the image path, but unfortunately when the UI refreshes, the path will get flushed. So, what are the options which I can use in this