Hello, everyone.
Thanks for considering and reading my this description.
I would like to discuss one thing with the topic as "what's the best way to implement PWA ."
Recently I've implemented one project using React for frontend and Asp .net core for backend.
Also at the end of the developing, I felt the necessary to implement PWA . and I tried to find the best way to implement PWA.
There are lots of ways on Google as a typically "Redux-Persist", "Workbox" , "Service-worker".
But I thought that Redux-Persist is the old way because as you know there are lots of hooks and features to improve the Performance of react. Further the most important thing is that The latest version "Redux-persist" was updated in 2019. From here, I am sure that this is not the best way.
Also Workbox and Service-worker was not worked well for my project and also i could not find the reason. I thought that the reason might be the differences between the versions of Module, React and etc like external effect.
The final method i found was to use Localhistory.
Do you think "this give a help to implement PWA?"
On my project, this way is the best just at that time , and still now.
But I think seems like this is not the best way.
However if you know the better way , I would like to discuss or if this is the best method really?
Top comments (0)