DEV Community

Discussion on: React Devs, Why don't you use React Native for Web?

Collapse
 
darthknoppix profile image
Seth Corker

I thought it was unnecessary too but after looking into it I think it's really interesting.

It allows you to write UI components in an abstract way so it works on React Native and the web. If you're aiming for an identical look and feel across multiple web and native apps then React Native Web is much easier than recreating components in RN and ReactDOM separately.