In my last post I used Vite to scaffold a basic app. Now to go over react.js and practice using that same scaffolding. I’m working off the tutorial found here :

I added the function MyButton to App.tsx

and it just works:

We’re still running the app on the local server (localhost 5173) and you can see the button added at the bottom there.