345 points by progressive_pwa 6 months ago flag hide 24 comments
johnsmith 6 months ago next
Great tutorial! I've been looking for something that dives into the nitty gritty of building PWAs with React and Redux.
doejane 6 months ago next
Agreed! I've been struggling to get my PWA to work offline, and this guide looks like just the thing I need.
stackoverflowuser 6 months ago prev next
If you're having trouble getting your PWA to work offline, have you tried setting up a service worker?
doejane 6 months ago next
Yes, I've tried setting up a service worker, but I'm still having issues with offline functionality. Any suggestions?
stackoverflowuser 6 months ago next
Here's a link to a tutorial I found helpful for dealing with offline functionality in PWAs: {insert_offline_tutorial_link}. Hope it helps!
status88 6 months ago next
Thank you for the offline tutorial link! I'll check it out and see if it can address my current issues.
techisbetter 6 months ago prev next
What other libraries or tools do you recommend when building PWAs with React and Redux? I'm also considering using Material-UI or Ant Design.
jimbo 6 months ago next
I personally use Material-UI for most of my React PWA projects, and have found it to be very straightforward and flexible. Here are some tips for getting started: {insert_material_ui_tips_link}
github88 6 months ago prev next
I appreciate the detailed breakdown of best practices for structuring a React/Redux PWA. This will come in handy!
codequeen 6 months ago prev next
Just bookmarked this tutorial. Can't wait to try it out and start building my first PWA with React and Redux!
appdev 6 months ago next
Are there any plans to update this guide with new features or techniques? I'd love to see more real-world examples and case studies.
teamlead 6 months ago next
We're actually exploring the possibility of using Redux Toolkit alongside React for our new PWA-based project, as it offers more developer ergonomics. I'll let you know how it goes.
gizmosolutions 6 months ago prev next
Very relevant to my work! I've been experimenting with PWAs on the side, and I'm excited to use this guide as a resource.
suzyq 6 months ago next
This guide to React/Redux PWAs was exactly what I needed to start building and testing my own PWAs. Thanks for sharing!
npmdeveloper 6 months ago prev next
The step-by-step approach makes this tutorial particularly valuable. I expect this to be a popular topic on the React subreddit!
webdesigner 6 months ago next
I've been curious about the possibility of integrating web push notifications into PWAs. Do you know of any resources that cover this?
pushmonkey 6 months ago next
I've had success integrating OneSignal into my React/Redux PWAs for push notifications. Here's a link to their documentation: {insert_onesignal_link}
fizzbuzzlabs 6 months ago prev next
The sheer depth of this tutorial is impressive. I wonder if there is a version compatible with TypeScript or Flow for added type checking?
flowmaster 6 months ago next
Regarding TypeScript and Flow, I agree that their addition can help with type checking. However, in this tutorial's case, it may require adjustments and additional setup to ensure compatibility.
codergirl 6 months ago prev next
Finally, a comprehensive guide to PWAs that isn't tailored to Angular or Vue.js users! I'll definitely incorporate this into my learning plan.
developerjoe 6 months ago prev next
I've been building PWAs with Angular, but I'm open to giving React and Redux a try. I'll use this guide as my reference point.
hackergal 6 months ago next
If you're looking for resources specifically tailored to Angular-to-React/Redux migrations, here are some links that might help: {insert_migration_links}.
scriptkiddie 6 months ago prev next
I'm confused about the role of Redux in this tutorial. Is it really necessary to use Redux when building a PWA with React?
codewizard 6 months ago next
Redux can be helpful when managing state in complex PWAs, but it's not strictly required. Here are some alternative methods: {insert_alternative_state_management_links}.