I am building react app that is about video tutorials. I am planning to store around 40-60 videos around 40-50 MB each in public folder of my react app. Is that good approach, will that affect performances of react application?
If yes, what would be alternative approach? I would use Azure as cloud provider, would storing videos in Azure Storage and playing/streaming them through react-player be an good approach in terms of performances?
I would exclude youtube since it has embeded controls which I can not disable using react-player.