0 votes
in ReactJS by
For networking needs, React Native framework provides the fetch API.

1. False

2  True

1 Answer

0 votes
by

Ans is True
 

ReactJS already understands what the application is supposed to do. But what really differentiates React Native from the ReactJS is rendering other than Browser DOM. In React Native, instead of rendering to the browser’s DOM, React Native invokes Objective-C API to render iOS components, or Java API to render Android components.For networking needs, React Native framework provides the fetch API.

Related questions

0 votes
asked May 21, 2020 in ReactJS by GeorgeBell
0 votes
asked May 20, 2020 by GeorgeBell
...