![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.
Create waterfall charts to show events in causal order.
You can make the waterfall
CLI script accessible from anywhere in your path:
sudo npm install -g waterfall
waterfall <data-file>
Getting your first waterfall chart up and running is a breeze:
waterfall
accepts line-separated JSON events or a JSON array of events, where
each event has a start and end timestamp and a string label:
{ "start": 1587645957644, "end": 1587645963195, "label": "DNS" }
{ "start": 1587645963195, "end": 1587645968900, "label": "TCP" }
{ "start": 1587645968910, "end": 1587646249816, "label": "TLS" }
That's it!
There are no dependencies except Chrome, which we use in headless mode to screenshot the HTML chart to a PNG.
You can customize bar colors by default and/or by label prefix:
waterfall --BAR-COLOR=blue --BAR-COLOR=dns:yellow <data-file>
You can also exclude events from the cumulative sum shown at the bottom of the chart:
waterfall --EXCLUDE="dns lookup" <data-file>
This script was created by Joran Dirk Greef and Donovan Changfoot as part of performance testing work on Mojaloop by Coil.
FAQs
Create waterfall charts to show events in causal order
The npm package waterfall receives a total of 92 weekly downloads. As such, waterfall popularity was classified as not popular.
We found that waterfall 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.