Why registerServiceWorker has disabled?
I look at src/index.js you disabled serviceworker.
// registerServiceWorker();
I think if you disable it pwa can't work.
Hi @rizalibnu ,
Thanks for pointing that out. Actually, I disabled it due to development purpose. But I did forget to uncomment it. I'm gonna do it pretty soon.
Cheers 😁
@rizalibnu Please feel free to contribute! 💪
@agungsb i have clone this repo to my local and follow your instructions on README.md, i think data from redux not rendered in SSR. only html from JSX tag that rendered in SSR. Is it not yet ready for redux ?
the image below is screenshot from this page : http://localhost:3001/second

Sure, i'll try to contribute. Let me know if you have any roadmap.