From f3f477067a5de9530e3e4571fda2c143d042b2db Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:58:56 -0300 Subject: [PATCH] Review "Before you begin" paragraph --- .../improving-store-performance-with-preact.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faststore/docs/managing-performance/improving-store-performance-with-preact.mdx b/docs/faststore/docs/managing-performance/improving-store-performance-with-preact.mdx index db2b8a6333..2641ade270 100644 --- a/docs/faststore/docs/managing-performance/improving-store-performance-with-preact.mdx +++ b/docs/faststore/docs/managing-performance/improving-store-performance-with-preact.mdx @@ -11,7 +11,7 @@ Bear in mind the following: Preact is an experimental feature in FastStore. Therefore, it has some limitations and might cause side effects in certain customizations. Before using it in the production environment, make sure to test it to ensure compatibility with your store context. -Limited Feature Compatibility Preact is a lightweight alternative to React and does not support all React features. Some advanced APIs or third-party libraries designed specifically for React may not work seamlessly. +As Preact is a lightweight alternative to React and does not support all React features, some advanced APIs or third-party libraries designed specifically for React may not work seamlessly. > ⚠️ This is an experimental feature.