1 resultado para Programming frameworks
em Academic Archive On-line (Mid Sweden University
Filtro por publicador
- Repository Napier (1)
- Aberdeen University (5)
- Academic Archive On-line (Jönköping University; Sweden) (1)
- Academic Archive On-line (Mid Sweden University; Sweden) (1)
- Academic Archive On-line (Stockholm University; Sweden) (2)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (4)
- AMS Campus - Alm@DL - Università di Bologna (2)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (12)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (14)
- Applied Math and Science Education Repository - Washington - USA (1)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (2)
- Archive of European Integration (14)
- Aston University Research Archive (32)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (10)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (16)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (43)
- Brock University, Canada (19)
- Bucknell University Digital Commons - Pensilvania - USA (1)
- Bulgarian Digital Mathematics Library at IMI-BAS (20)
- CentAUR: Central Archive University of Reading - UK (53)
- CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal (1)
- Cochin University of Science & Technology (CUSAT), India (2)
- Comissão Econômica para a América Latina e o Caribe (CEPAL) (57)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (30)
- Corvinus Research Archive - The institutional repository for the Corvinus University of Budapest (5)
- CUNY Academic Works (1)
- Department of Computer Science E-Repository - King's College London, Strand, London (19)
- DI-fusion - The institutional repository of Université Libre de Bruxelles (1)
- Digital Commons - Michigan Tech (3)
- Digital Commons @ DU | University of Denver Research (1)
- Digital Commons at Florida International University (10)
- Digital Peer Publishing (5)
- DigitalCommons@The Texas Medical Center (5)
- DigitalCommons@University of Nebraska - Lincoln (1)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (25)
- DRUM (Digital Repository at the University of Maryland) (1)
- Duke University (3)
- Düsseldorfer Dokumenten- und Publikationsservice (1)
- Ecology and Society (1)
- Glasgow Theses Service (1)
- Harvard University (1)
- Illinois Digital Environment for Access to Learning and Scholarship Repository (1)
- Instituto Gulbenkian de Ciência (1)
- Instituto Politécnico do Porto, Portugal (62)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (4)
- Livre Saber - Repositório Digital de Materiais Didáticos - SEaD-UFSCar (1)
- Massachusetts Institute of Technology (9)
- National Center for Biotechnology Information - NCBI (2)
- Nottingham eTheses (1)
- Publishing Network for Geoscientific & Environmental Data (1)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (1)
- RDBU - Repositório Digital da Biblioteca da Unisinos (1)
- RepoCLACAI - Consorcio Latinoamericano Contra el Aborto Inseguro (1)
- Repositório Científico da Universidade de Évora - Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (5)
- Repositório de Administração Pública (REPAP) - Direção-Geral da Qualificação dos Trabalhadores em Funções Públicas (INA), Portugal (1)
- Repositório digital da Fundação Getúlio Vargas - FGV (2)
- Repositório Digital da Universidade Municipal de São Caetano do Sul - USCS (5)
- Repositório do Centro Hospitalar de Lisboa Central, EPE - Centro Hospitalar de Lisboa Central, EPE, Portugal (1)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (44)
- Research Open Access Repository of the University of East London. (1)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (16)
- Scielo Saúde Pública - SP (6)
- Scottish Institute for Research in Economics (SIRE) (SIRE), United Kingdom (2)
- Universidad de Alicante (12)
- Universidad del Rosario, Colombia (1)
- Universidad Politécnica de Madrid (70)
- Universidade do Minho (6)
- Universidade Federal do Rio Grande do Norte (UFRN) (2)
- Universitat de Girona, Spain (1)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (5)
- Université de Lausanne, Switzerland (12)
- Université de Montréal, Canada (7)
- University of Connecticut - USA (1)
- University of Michigan (91)
- University of Queensland eSpace - Australia (60)
- University of Southampton, United Kingdom (32)
- University of Washington (5)
- WestminsterResearch - UK (1)
- Worcester Research and Publications - Worcester Research and Publications - UK (5)
Resumo:
Lately, various programming frameworks has been developed for developing web applications. These frameworks focus on increasing the user experience by performance improvements such as faster render times and response times. One of these frameworks are React, which has introduced a completely new architectural pattern for both managing the state and data flow of an application. React also offers support for native application development and makes server-side rendering possible. Something that is difficult to accomplish with an application developed with Angular 1.5, which is used by the company Dewire today. The aim of this thesis was to compare React with an existing Angular project, in order to determine whether React could be a potential replacement for Angular. To gain knowledge about the subject, a theoretical study of web- based sources has been made. While the practical part has been to rebuild a web application with React together with the architecture Flux, which is based on a view from the Angular project. The implementation process was repeated until the view was completed and a desired data flow, as in the Angular application, was reached. The resulting React application was later compared with the Angular application developed by the company, where the outcome of the comparison showed that the React performed better than Angular in all tests. In conclusion, due to the timeframe of the project, only the most important parts of the Angular project were implemented in order to carry out the measurements that were of interest to the company. By recreating most of the functionality, or the entire Angular application, more interesting comparisons could have been done.