Linked Questions

25 votes
2 answers
42k views

I want to study a course about React, but I don't know couple of things, like: What is the difference between React, ReactJS, and React Native ? Well, if there is a big difference, What is the best ...
JustBeginner's user avatar
0 votes
1 answer
773 views

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 ...
Mihail Sakovich's user avatar
0 votes
1 answer
349 views

What is the difference between React.js and React Native? Can they be used interchangeably? What do these things really mean?
Olorunpe's user avatar
-4 votes
1 answer
134 views

I have switched to making cross platform apps (not made one though) using react native. I just wanted an answer to my question of the difference between react and react native. I searched the net but ...
AAD's user avatar
  • 13
398 votes
6 answers
95k views

I saw a React dev talk at (Pete Hunt: React: Rethinking best practices -- JSConf EU 2013) and the speaker mentioned that dirty-checking of the model can be slow. But isn't calculating the diff ...
Daniil's user avatar
  • 5,810
96 votes
6 answers
52k views

When I develop hybrid apps with React Native. Does the JavaScript code I write transform into Java-Code or Java-Bytecode for the Dalvik/ART Runtime when I create an Android-App from my React Native ...
unlimited101's user avatar
  • 3,823
29 votes
4 answers
29k views

I have searched a lot for finding the clear answer for this question but unfortunately as I am new to both of these technologies I could not find a clear answer. I am going to develop a cross ...
albert sh's user avatar
  • 1,213
4 votes
2 answers
2k views

I am currently studying RN by myself, without prior knowledge in React. A lot of things seem to exist in both such as Redux and hooks. Many of the resources I find refer to React in the title (e.g "...
Tsabary's user avatar
  • 4,108
0 votes
1 answer
1k views

Error: I get this error when I try to use the installed radioButton Package both on snak.expo.io and the expo client on my android device. I have searched online for solution but to no avail. App.js ...
Joseph Akayesi's user avatar
-1 votes
1 answer
2k views

I am learning React JS from YouTube , and the instructor some time uses a word "React App" , I am confused that why he uses this word in the tutorial of website . Please clarify it . Thank ...
Shourya Sharma's user avatar
0 votes
2 answers
2k views

I am trying to implement an email api, and I've been given some code. Although I have no idea where to place it. At the moment im just getting errors with it. export default class Contact extends ...
Chris Henry's user avatar
0 votes
1 answer
1k views

It might be a stupid question to ask, but searching on the web did not give me any conclusive result: If you want to maintain only a single code base, does it make sense to write your code in React ...
B--rian's user avatar
  • 5,976
1 vote
2 answers
1k views

I am just trying a React Select Dropdown Example using the below code: import React from 'react'; import Select from 'react-select'; import '../../../node_modules/bootstrap/dist/css/bootstrap.min.css';...
Poornima Gurudath's user avatar
0 votes
0 answers
341 views

I have no experience in Frontend development and I am trying to figure out what to try first. In my research I found that there is apparently a difference between React and React Native (cf. What is ...
Felix Benning's user avatar
0 votes
1 answer
221 views

For example I have View and in this View we have another View2 which is rendered conditionally. So if I will show and hide this View2 1000 times will it affect memory? <View> {condtion &&...
rendom's user avatar
  • 3,725

15 30 50 per page