Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
react-fuego
Advanced tools
Fuego
is a benchmarking tool for React, with a specific focus on component render time benchmarking. Fuego
is still in it's early, prototype stage, and right now consists of only a few components. However, these components can be used in many ways, described in the subsections below.
npm install react-fuego
Or
yarn add react-fuego
I'm not trying to reinvent the wheel here, nor take credit for it. I open sourced this repo because I got tired
of copying and pasting Perf.start
and Perf.stop
into obscure places in my app to measure performance. I also
got tired of having to dig through the output of react-addons-perf
to find the data which pertained only to my
component. Fuego
does all of the hard work for you, so all you need to do is write:
<Test>
{Fuego.renderList(MyComponent, 100, props)
</Test>
And then you can do whatever you want with the data via the onBenchmarkStop
prop.
Fuego
provides:
Fuego
, it's finally possible to avoid component bloat by defining tests which
limit how slow a component is allowed to render before failing. For examples, scroll to the Test
section below.Very detailed documentation and examples on the homepage: https://apiv.github.io/fuego
FAQs
A React component render benchmarking tool
We found that react-fuego 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.