# React

React is a declarative, efficient, and flexible **JavaScript library** for building user interfaces. It lets us compose complex UIs from small and isolated pieces of code called “components”.

In our case react will give us a fast way to create XdYe Front-end and then use web3 libraries in order to easily perform blockchain requests as .**call()** or .**send()** to consult or interact with XdYe Smart Contracts infrastructure.

We will not get into much front-end code, as it is something that can easily be seen in the deployed Dapp.

{% embed url="<https://reactjs.org/>" %}
Find out more Documentation about React
{% endembed %}
