Submitted 8 months ago
QR Code Component Using React-Vite, TypeScript And Bootstrap
@ArinzeGit
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am most proud of building my first React-TS app and deploying it live.
What challenges did you encounter, and how did you overcome them?I took 2 days trying to deploy the app live on GitHub Pages. Previously, I only hosted static apps (HTML, CSS, JavaScript) but this React-TS app cannot be compiled by browser because it contains JSX and TypeScript.
- During development, I used Vite to start a development server that handles dynamic transpiling of TypeScript and JSX to JavaScript, bundling, and serving of my app.
- I used this YouTube tutorial to learn to host my app on GitHub Pages
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord