Monografia (especialização)
Análise comparativa de front-ends de frameworks baseados em javascript
Fecha
2019-06-25Autor
Guilherme Alves da Cruz Scotti
Institución
Resumen
At the beginning ofthetimeofwebapplications,thecontentproducedontheserverwaslight and simple to bereturnedtothebrowser,buttodaythereisahighdemandforbetterfunctions and usability of this applications, creating space for new technologies and architectures. Therefore, it was necessary to create a new type of web development approach, in which it was called the Single Page Application (SPA) development that transfers part of the application logic to the client-side (front-end). The purpose of this work is to analyze and compare the design pattern and JavaScript frameworks for front-end SPA applications, identifying their characteristics and comparing the main factors that influence the maintainability, compatibility with browsers and good performance. For this, we will analyze the three most popular JavaScript frameworks in the market, and an SPA application will be developed per framework in order to perform a comparative analysis.