![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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=git+ssh://git@github.com:apiv/fuego.git
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: http://fuego.solutions
FAQs
A React component render benchmarking tool
The npm package react-fuego receives a total of 1 weekly downloads. As such, react-fuego popularity was classified as not popular.
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
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.