JavaScript

Not only by backend is an Eluvian alive. So we must not forget the frontend of our applications – the part of our work that the user sees, praises or criticizes first. We develop frontends in JavaScript or in its typed variant – TypeScript. JavaScript is everywhere these days. Again, it is the industry standard for frontend applications. Thanks to this, we can offer to our user a dynamic and responsive environment that will make it available for them to use all the functions of the web application.

What matters is what framework we combine with JavaScript. We have the greatest experience with React, which was created in the laboratories of Facebook and is further developed by a community of enthusiastic programmers. React is optimized for working with fast-changing data and is therefore very suitable for building single page user interfaces and even mobile applications. It introduces the concept of so-called components, which will allow better structuring of the code, ergo being better familiar with it, ergo make fewer mistakes and achieve easly sustainable and extensibile code. And those are the qualities we really care about when creating the code.

Frontend programmers in Eluvia are not limited and therefore do not despise other frameworks to which the situation imposes them. We also like AngularJS and Vue.js, with which we have created a number of beautiful user interfaces, especially for our lifestyle client. Their smart furniture controlled via tablets and touch screens is enlivened by JavaScript applications from our workshop.

Back