DEV Community

Discussion on: What should I learn, React Js or React Native?

Collapse
 
niorad profile image
Antonio Radovcic

The basic principles of React apply to both. With react-js you can target browsers and mobile via Ionic. Also try to learn a little bit of native development if you want to go deep into mobile apps. It helps you to understand what's going on behind the scenes of react-native and sometimes you just need to dig into native code when something doesn't work with react.