Hey everyone! I'm diving into building my first Progressive Web App (PWA) and I'm curious about which tech stack I should use. I have some experience with React, but I'm open to other suggestions. Is Next.js a viable option? Also, how well do PWAs perform on iOS and Android when using a specific stack? Thanks for any insights!
1 Answer
Building a PWA is pretty straightforward. You can use React, Next.js, or whatever you're comfortable with—no need to switch your entire stack. Definitely check out PWA Builder to streamline the process. Just be sure to run your site through Chrome's Lighthouse test to ensure it meets PWA standards!
I get it! I was worried there might be performance concerns on mobile platforms, like how Twitter does it. Does everything still rely on standard web app performance factors when used on mobile?