From 2291b2a207fd519e63887db162fa9885203ee44d Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:12:05 -0400 Subject: [PATCH] Update LegacyMode recommendation in documentation Add recommendation for using LegacyMode and note on PolarisMode. --- guides/configuration/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/configuration/index.md b/guides/configuration/index.md index 5ee5bb229eb..cb1c33eff5d 100644 --- a/guides/configuration/index.md +++ b/guides/configuration/index.md @@ -138,10 +138,14 @@ export default useRecommendedStore({ == LegacyMode (recommended, Ember Only) + + >[!TIP] > While [LegacyMode](/guides/the-manual/schemas/resources/legacy-mode.md) can work with > Non-Ember apps, we recommend waiting for [PolarisMode](/guides/the-manual/schemas/resources/polaris-mode.md) to become recommended in V6, or limit usage to experimental exploration. +In app/services/store.ts + ```ts import { useLegacyStore } from '@warp-drive/legacy'; import { JSONAPICache } from '@warp-drive/json-api';