@krunal
Technical Lead
Nothing here yet.
Freelance Work
No blogs yet.
I have windows pc at home if I need to do heavy editings. I need Mackbook because I want to learn ios development and to edit videos while traveling. I am not going to edit 4k videos I can do that on pc. I just want to edit 1080p videos like coding tutorials etc.
Let me be honest. I think Tik Tok sucks as a social media or network. Many people don't like it because of the content. But, if you want to develop an app like Tik Tok then go ahead there are so many challenges. Tik Tok handles a ton of traffic but you will never see any buffering videos or qualify loss that makes that app unique. As a developer, you might need to do things people don't like but it can make a lot of money choice is yours.
You have to use Switch. import { Switch } from 'react-router-dom' then wrap your router in Switch like below: <Switch> < Route path = "/" exact component = {Home} /> < Route path = "*" component = {NotFound} /> </ Switch >