![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
npm install fourkitchens/aerate
or yarn add fourkitchens/aerate
const aerate = require('aerate');
aerate({
key: 'YOUR_API_KEY',
tests: [
{
name: 'Four Kitchens',
url: 'http://fourkitchens.com/', // Or use relative urls for local tests
type: 'homepage'
}
]
});
"scripts": {
"aerate": "node aerate.js" (or whatever file you're using locally)
}
npm run aerate
or yarn aerate
{
"TTFB": { // WPT Statistic name
"name": "First Byte", // Readable Name presented on UI
"description": "Time to First Byte is measured as the time from the start of the initial navigation until the first byte of the base page is received by the browser (after following redirects).",
"value": "300" // Budgeted Value
}
}
See /docs/stats.md
for the list of available budget statistics
key
: REQUIRED API Keytests
: REQUIRED tests to runconnection
: OPTIONAL defaults to 'Mobile LTE'count
: OPTIONAL how many tests to run (WebPageTest.org supports up to 9)ui
: OPTIONAL open Aerate UI in browser vs. console (defaults to false)localPort
: OPTIONAL for local testing, enter your environment portyarn
to install dependenciesgulp
(opens up the UI with fake data populated from mapper/fake-results.json
)PostCSS usage: If you would like any new PostCSS plugins installed, the steps are as follows:
npm install --save-dev PLUGIN_NAME
FAQs
Measure frontend performance against a budget using lovely charts in a browser
The npm package aerate receives a total of 1 weekly downloads. As such, aerate popularity was classified as not popular.
We found that aerate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.