Hacker News new | ask | show | jobs
by q-base 2915 days ago
I am glad to read the comments saying that it is not dead, as I am planning to start building my latest project from the ground with React Native.
1 comments

If you need or will need a web equivalent, you should look into react-native-web (and just for interest, react-native-dom but that is much more expiremental -- I'd stick with -web for actual usage). With react-native-web, you can have one code base that serves both the mobile devices and web. It takes a little bit of getting used to but I'm using it on two projects and it's really powerful.
Thanks a lot! I will absolutely look into that. I will at some point need a web-equivalent, so that might be very useful.