React-snap: Does this work without Service Worker?

Created on 9 Feb 2019  路  2Comments  路  Source: stereobooster/react-snap

Does this work with CRA without a service worker?

I don't use service workers (unregister called in index.js) but I am running into issue where it is flashing the homepage because it is loading index.html as the fallback.

How can I set it up to use the 200.html instead without SW?

@stereobooster

wait for more info

Most helpful comment

It is totally independent of service workers it works with and without them, as well it is independent of framework (react, vue etc), as well it is independent of bundlers (webpack, parcel etc).

You can post link to reproducible example, otherwise it is pretty hard to understand what is the issue.

All 2 comments

It is totally independent of service workers it works with and without them, as well it is independent of framework (react, vue etc), as well it is independent of bundlers (webpack, parcel etc).

You can post link to reproducible example, otherwise it is pretty hard to understand what is the issue.

I guess I answered the question. Feel free to open new issue if you have more questions

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aheissenberger picture aheissenberger  路  7Comments

alan345 picture alan345  路  3Comments

stereobooster picture stereobooster  路  6Comments

wInevitable picture wInevitable  路  8Comments

Marcosul picture Marcosul  路  4Comments