React – Javascript library

React is a flexible and efficient Javascript library used to build user interfaces. React can be used for websites, web systems or mobile applications.

React loggo

How does React work?

React is created by Facebook and is a JavaScript library used for creating user interfaces.

React is often used as a frontend library and usually connects to some backend RESTful API where it gets all the necessary information and renders the results on the screen. A backend system can be for example an own developed system, WordPress or Drupal.

React has a popular brother – React Native. React Native allows front-end developers to write a code in JavaScript used for apps and mobile applications. React is a code base for multiple platforms that convert to built-in code. This makes it possible to reduce the cost of development for several different platforms as well as a faster development process.