Try Brilliant Free for 30 days + 20% Off Premium Membership → https://brilliant.org/CosdenSolutions
🚀 Project React → https://cosden.solutions/project-react
📥 Import React (Newsletter) → https://cosden.solutions/newsletter?s=ytd-psls
Source Code → https://github.com/cosdensolutions/code/tree/master/videos/long/react-upload-files-tutorial
Join The Discord! → https://discord.cosden.solutions
VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"
In this video we will be learning how to handle file uploads in React. We'll be doing this without any 3rd party library, and using all of the best practices and design patterns in React. We're going to upload files, show their data on the page, and also handle progress indicators to see how our upload is doing!
TIMESTAMPS
00:00 Intro
01:02 Creating FileUploader component
03:29 Displaying file data
09:22 Uploading file
18:21 Showing upload progress
23:46 Conclusion