dario-piotrowicz / vite-environment-6.0.0-alpha-experimentations

1 stars 1 forks source link

Add `createWorkersKVSessionStorage` to Remix example app #21

Closed jamesopstad closed 2 months ago

jamesopstad commented 3 months ago

We need to ensure that we support createWorkersKVSessionStorage (https://remix.run/docs/en/main/utils/sessions#createworkerskvsessionstorage-cloudflare-workers) and that this doesn't require any changes on our end.

dario-piotrowicz commented 2 months ago

As discussed with @jamesopstad this is probably worth skipping since it should just work 🙂

Adding it would take extra time and add extra (unnecessary) complexity to the Remix app, with little to no gain.

(we can always revisit this later on if need be)