0
Reactive Native and React
Is it necessary to learn React first in order to learn React Native?
2 Respostas
+ 5
Adnan Najeeb
It depends on where you are coming from.
If you happen to be familiar with mobile development, it might be better to start out with React Native. You will learn all the fundamentals of React in this setting then rather than learning them in a web environment.
If you happen to be more familiar with web development with HTML and CSS, it may give you more confidence to start out in this familiar setting. You learn React but still have to use HTML and CSS which are not new to you.
After all, it boils down to creating your own environment that feels good for you to add yet another technology to your familiar tech stack.
hope helps
0
It is advised to do so.
ReactJS and ReactNative uses similar syntax and concepts.