Building a Greeter app
Create an app
Create an app with the title “Greeter”. Run the following command and provide the information it is looking for.
Add the functionality
The app is installed but it doesn’t do anything because we haven’t written added any functionality to it. Let’s add a button in the main navigation that greets the user.
A sample line where I used the component in the demo
-
Create a component
greeter/components/GreeterButton.tsx- You can name it whatever you want. -
Import this component in
Shell.tsxand add it wherever you want to so that the button is available on all pages.
