Gatsby TypeScript PWA

Hi from the second page

Welcome to page 2

Here is the queried data

[
    {
        "_id": "1",
        "displayName": "John Doe",
        "username": "john1"
    },
    {
        "_id": "2",
        "displayName": "Mary Smith",
        "username": "mary1"
    }
]

Rendering users :

  • User id : 1

    Username : john1

    Display Name : John Doe

  • User id : 2

    Username : mary1

    Display Name : Mary Smith

Go back to the homepage