Issue: During the creation of a basic react app, the result of a build of this app must be displayed as a static web application hosted in GitHub pages. Solution: Configuring a GitHub action (YAML) in order to build the react app and then clone the build over to the GitHub pages deployment branch. Below is the …
Read MoreWhat is GraphQL? GraphQL is an open-source data query language developed by Facebook in 2012, which was then released as an open-source project in 2015. Unlike traditional RESTful APIs, which require specific endpoints for data retrieval, GraphQL adopts a different approach. Instead of fetching entire resources, …
Read More