Content
@
0 reply
0 recast
2 reactions
alex
@alexgrover.eth
If you were going to start a mobile-first project today which approach would you take and why? 1. PWA 2. React Native or Flutter 3. Fully native
23 replies
4 recasts
12 reactions
Ben Adamsky ðŸ’
@ba
1 had a great experience so far converting our Next 13 web app into a PWA (https://weponder.io), only took ~1 hour to implement the next addon Depends on your use case, we wanted it to also work on desktop and it’s way easier to build one thing than two
1 reply
0 recast
0 reaction
alex
@alexgrover.eth
I actually experimented with the same thing for the project I’m working on yesterday as well. Do you have push notifications/plans to implement? That was the main driver for this question for me, but I don’t have it working yet.
1 reply
0 recast
0 reaction
Ben Adamsky ðŸ’
@ba
Planning to, haven’t dug into notifs too much but it seems like it just requires a custom worker https://github.com/shadowwalker/next-pwa/tree/master/examples/custom-worker
1 reply
0 recast
0 reaction
alex
@alexgrover.eth
yup that about covers it. just got it working myself, found this article helpful https://www.ineza.codes/blog/notifications-in-pwas-with-webpush
1 reply
0 recast
0 reaction
Ben Adamsky ðŸ’
@ba
Ty for the link, will definitely look into it when the time comes
0 reply
0 recast
0 reaction