0 votes
in ReactJS by
retagged by
Which of the following is not a disadvantage of React.js?

a) React.js has only a view layer. We have put your code for Ajax requests, events and so on.

b) The library of React.js is pretty large.

c) The JSX in React.js makes code easy to read and write.

d) The learning curve can be steep in React.js.

1 Answer

0 votes
by

C is the correct answer. "The JSX in React.js makes code easy to read and write" is an advantage of React.js.

...