0

I have to develop some web projects, and in theory, I know React is good way of developing website perfectly, but not sure if I have to use React or React Native.

I tried to use React.js but don't know how to start.

Anybody help me for my humble question.

1 Answers1

1

As one of React guy, I want to suggest some tips on react world.

React native is mobile development framework which is supported by facebook, and you can start by using RN tutorial - https://reactnative.dev/docs/getting-started.

React.js is web development library which is using by Javascript or Typescript. You can start by looking at React doc - https://reactjs.org/docs/getting-started.html.

I know you were in other tech world, but if you spend some time on them, you can be familiar soon.

Everest Climber
  • 1,203
  • 1
  • 9
  • 15
  • Those two tutorials are good to start as I can see. Can you recommend other things for react and react native since I am completely starter? – Mihail Sakovich Sep 14 '20 at 06:09
  • After looking at them, you should dive in to react world to learn professional tips and technologies. of course, by looking at github or so, you can get much more information about react including react libraries. – Everest Climber Sep 14 '20 at 06:11