Reactjs or React Native?

I’m working on reactjs it is superb now touching the redux it’s amazing but wbt React native???

1 Like

React Native is for building apps for mobile devices. If you know React, React Native will be a fairly easy transition. Some of the stock components are a little different with slightly different props, but for the most they overlap.

tq I need to work on on react native for next project .so I asked for the suggestion.

If you’ve worked with create-react-app, then create-react-native-app will not be a stretch. The hardest part for me was getting the android emulator up and running. I’m still figuring it out. This is only my second day on React Native.

1 Like