React: Revision history

From DiviFree

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 March 2023

  • curprev 18:4618:46, 28 March 2023Loribel talk contribs 683 bytes +51 No edit summary
  • curprev 18:4318:43, 28 March 2023Loribel talk contribs 632 bytes +123 No edit summary
  • curprev 18:3118:31, 28 March 2023Loribel talk contribs 509 bytes +509 Created page with "==Déployer un app react== * https://create-react-app.dev/docs/deployment/ * https://stackoverflow.com/questions/57090744/how-do-i-configure-my-htaccess-file-for-react-app-in-subdirectory Build the project ( <pre> npm run build </pre> .htaccess <pre> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /subdirectory RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ...."