Pretty sure they're using it on web everywhere and IMHO that's a decent choice when you need state management / DOM updates.
React Native is a whole other ball of mud, taking UI decisions out of the main thread where phones want them to be and delegating them into a bolted on javascript environment.
Pretty sure they're using it on web everywhere and IMHO that's a decent choice when you need state management / DOM updates.
React Native is a whole other ball of mud, taking UI decisions out of the main thread where phones want them to be and delegating them into a bolted on javascript environment.