Treffer: Full stack development in TypeScript with tRPC and React Native

Title:
Full stack development in TypeScript with tRPC and React Native
Authors:
Publication Year:
2023
Collection:
Theseus.fi (Open Repository of the Universities of Applied Sciences / Ammattikorkeakoulujen julkaisuarkisto)
Document Type:
Dissertation bachelor thesis
Language:
English
Rights:
fi=All rights reserved. This publication is copyrighted. You may download, display and print it for Your own personal use. Commercial use is prohibited.|sv=All rights reserved. This publication is copyrighted. You may download, display and print it for Your own personal use. Commercial use is prohibited.|en=All rights reserved. This publication is copyrighted. You may download, display and print it for Your own personal use. Commercial use is prohibited.|
Accession Number:
edsbas.589F485B
Database:
BASE

Weitere Informationen

The objective of this thesis was to research the strengths of full stack development utilizing only TypeScript, with the server and client being developed simultaneously in the same project. The thesis was done by creating a mobile application project with a backend, with the tRPC library as the backbone of the front and backend, and React Native being used for the mobile application itself. PostgreSQL was used as the database, with the Prisma library being used for easier database integration. The server was run locally on a ArchLinux based machine and WebStorm IDE was used for the development process. An Android emulator was used for testing the mobile application. The outcome of this study is that it was determined that it was perfectly viable to develop both the server and client with TypeScript, and that tRPC especially was a great library to build upon that vastly cut down on development time by making it extremely easy to implement API endpoint calls to the frontend.