1 resultado para architectural project process
em Academic Archive On-line (Mid Sweden University
Filtro por publicador
- Repository Napier (1)
- ABACUS. Repositorio de Producción Científica - Universidad Europea (2)
- Academic Archive On-line (Jönköping University; Sweden) (1)
- Academic Archive On-line (Mid Sweden University; Sweden) (1)
- Academic Research Repository at Institute of Developing Economies (1)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (14)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (4)
- Archivo Digital para la Docencia y la Investigación - Repositorio Institucional de la Universidad del País Vasco (1)
- Aston University Research Archive (36)
- B-Digital - Universidade Fernando Pessoa - Portugal (1)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (11)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (4)
- Biblioteca Virtual del Sistema Sanitario Público de Andalucía (BV-SSPA), Junta de Andalucía. Consejería de Salud y Bienestar Social, Spain (1)
- Bioline International (1)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (19)
- Brock University, Canada (3)
- Bulgarian Digital Mathematics Library at IMI-BAS (5)
- CentAUR: Central Archive University of Reading - UK (51)
- Central European University - Research Support Scheme (1)
- Chapman University Digital Commons - CA - USA (1)
- CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal (4)
- Cochin University of Science & Technology (CUSAT), India (2)
- Collection Of Biostatistics Research Archive (1)
- Comissão Econômica para a América Latina e o Caribe (CEPAL) (3)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (14)
- CORA - Cork Open Research Archive - University College Cork - Ireland (2)
- Corvinus Research Archive - The institutional repository for the Corvinus University of Budapest (3)
- Dalarna University College Electronic Archive (2)
- Digital Commons - Michigan Tech (9)
- Digital Commons @ DU | University of Denver Research (3)
- Digital Commons at Florida International University (14)
- Digital Peer Publishing (3)
- DigitalCommons@The Texas Medical Center (10)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (69)
- DRUM (Digital Repository at the University of Maryland) (2)
- Ecology and Society (1)
- FUNDAJ - Fundação Joaquim Nabuco (2)
- Harvard University (1)
- Institute of Public Health in Ireland, Ireland (1)
- Instituto Politécnico de Leiria (1)
- Instituto Politécnico de Santarém (1)
- Instituto Politécnico de Viseu (1)
- Instituto Politécnico do Porto, Portugal (12)
- Instituto Superior de Psicologia Aplicada - Lisboa (1)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (23)
- Laboratório Nacional de Energia e Geologia - Portugal (1)
- Memoria Académica - FaHCE, UNLP - Argentina (9)
- Memorial University Research Repository (1)
- Nottingham eTheses (2)
- Portal de Revistas Científicas Complutenses - Espanha (1)
- Publishing Network for Geoscientific & Environmental Data (5)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (2)
- RDBU - Repositório Digital da Biblioteca da Unisinos (4)
- ReCiL - Repositório Científico Lusófona - Grupo Lusófona, Portugal (3)
- Repositório Aberto da Universidade Aberta de Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (3)
- Repositório Científico do Instituto Politécnico de Santarém - Portugal (1)
- Repositório da Escola Nacional de Administração Pública (ENAP) (1)
- Repositório digital da Fundação Getúlio Vargas - FGV (3)
- Repositório Digital da UNIVERSIDADE DA MADEIRA - Portugal (2)
- Repositório Institucional da Universidade de Brasília (1)
- Repositório Institucional da Universidade Federal do Rio Grande do Norte (9)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (15)
- Repositorio Institucional Universidad de Medellín (1)
- Research Open Access Repository of the University of East London. (2)
- Royal College of Art Research Repository - Uninet Kingdom (1)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (39)
- Scielo Saúde Pública - SP (2)
- Scientific Open-access Literature Archive and Repository (1)
- South Carolina State Documents Depository (3)
- The Scholarly Commons | School of Hotel Administration; Cornell University Research (1)
- Universidad de Alicante (22)
- Universidad del Rosario, Colombia (2)
- Universidad Politécnica de Madrid (113)
- Universidade de Lisboa - Repositório Aberto (1)
- Universidade do Minho (20)
- Universidade dos Açores - Portugal (2)
- Universidade Federal do Pará (2)
- Universidade Federal do Rio Grande do Norte (UFRN) (32)
- Universidade Metodista de São Paulo (3)
- Universidade Técnica de Lisboa (7)
- Universitat de Girona, Spain (2)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (1)
- Université de Lausanne, Switzerland (7)
- Université de Montréal (2)
- Université de Montréal, Canada (12)
- University of Michigan (164)
- University of Queensland eSpace - Australia (14)
- University of Southampton, United Kingdom (4)
- University of Washington (5)
- Worcester Research and Publications - Worcester Research and Publications - UK (1)
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.