Files
Ben Irvin 6ed22b5cfa security(deps): upgrade multiple dependencies (#26326)
* chore: upgrade simple-git

* chore: upgrade axios

* chore: upgrade docusaurus

* chore: upgrade docusaurus family

* chore: yarn.lock

* chore: upgrade styled-components

* chore: upgrade yaml

* chore: bump fast-uri in pinned deps

* chore: bump axios in cloud plugin

* chore: remove unnecessary ts error suppression

* chore: align docusaurus packages

* chore: yarn.lock

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Jamie Howard <jhoward1994@gmail.com>
2026-05-15 08:52:31 +01:00
..

Experimental Dev

This app is used to run experimental dependencies in Strapi. Specifically right now, used to test react19 release candidates & the react-compiler

Getting started

To run the example you should include USE_EXPERIMENTAL_DEPENDENCIES=true in your .env file. This flag is used by the @strapi/strapi cli package and disabled checking against the dependency versions in your project as for production applications we only officially support v17/18 of react.

Using the compiler

The compiler is extremely experimental. To activate it, you need to add USE_REACT_COMPILER=true to your .env file. Compilation may be slower because it's only a babel plugin, so instead of using @vitejs/plugin-react-swc we're using @vitejs/plugin-react which arguably may be slower.