The UI is using React. The code shipped with the grand-stack-starter app contains a lot of features but is also quite complex for beginners, which is why we are going to rewrite part of it using a simpler approach. Our goal here is to build an application that will show a list of users on the home page.
In order to make our components use the API, we have to connect them to the GraphQL application we created in the previous section.