7 ms·
As someone who doesn't use React, there is React Native (for iOS & Android), and React (and that can be server-rendered or client-rendered).
by exac 8mo ago
As someone who doesn't use React, there is React Native (for iOS & Android), and React (and that can be server-rendered or client-rendered).
- psnehanshu 8mo agoThere's also React Native Web
- underdeserver 8mo agoI'm sorry what
- rauli_ 8mo agoIn case you want to use React to make Web sites as well.
- afiori 8mo agoI find it is a good idea, it allows developers to cleanly define how to structure elements without random divs sneaking in. It requires a strong design system and it probably makes it harder to use some web APIs but those can be reasonable tradeoffs
- docmars 8mo agoSpeaking of which, is there a Tailwind CSS equivalent for React Native? I find passing `style` objects around (ala CSS Modules) to be a pain after using Tailwind for so long in web projects. EDIT: Found one that's going v5 soon, looks nice. https://www.nativewind.dev/ https://www.nativewind.dev/
- tcoff91 8mo agoTwitter is built in React Native Web
- atulvi 8mo agoThere was also react vr