Reputation: 10567
Are React
, React.js
and ReactXP
the same thing and if not, how do they differ?
I keep reading some articles and I am confused about these.
Upvotes: 2
Views: 2350
Reputation: 3048
React and ReactJS are often used interchangeably. ReactXP is a library (or new app starter template) from Microsoft that uses React and React Native to allow for multi platform development. It supports development for iOS, Android and Windows 10 (partially) by using React Native and Web by using React.
Upvotes: 4