I don’t really understand how can React be an issue here. React is a framework, it does what you tell it to do. In React Native, all the resources are embedded within the app. I don’t get why you would absolutely need a fast wifi connection to make it work properly ?
@ZackoryCramer I believe @b264 is talking about React Native, a way to make multi-os apps (iOS and Android) using React.
Being native, you have to test it on a handset. It communicates to the handset over the local network only and can’t be coerced to just use the internet or IP addresses or DNS. So you can’t run the application on your phone to test it without being on the same router as your computer. Which I don’t have my house set up that way. And frankly, it shouldn’t matter because, you know, they way the internet works and stuff…
So, it’s a flaw in the framework. If you fix the framework, I will gladly help with this. Or if you want to come rewire my house and put a router in. I just use gigabit Ethernet and Cellular. Which means my phone and my computer are on two different sub-networks, but both are connected to the internet.
No other frameworks have this problem except React Native, which is the one Brad chose to use.
Got it, that makes sense. This is only for testing or debugging though, that’s why I didn’t understand.
How does Xamarin or Ionic handles that then ? Plug your phone in via USB ?