I did a search and this conversation hasn't happened in a while. I am curious how folks are handling offline-first in Remix. It seems like there was a flurry of questions for a while. Has anyone built any samples they can share. Obviously this is one of the most challenging things to solve. I found a service that makes it super easy... for $500 a month... SO that isn't happening LOL.
I am thinking at this point that react router might be the best option paired with vite just so it can be a pure SPA. I am also thinking of using either Dexie or RxDB as a local DB that syncs data from my regular SQL DB (I am using directus). Really all I need is the catalog to be offline-first, but that is 10,000 items at least that needs to be stored locally.
I would love to hear your thoughts and solutions.