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.
ga-4-react
Advanced tools
Example without components
const ga4react = new GA4React('YOUR GA CODE');
ga4react.initialize().then((ga4) => {
ga4.pageview('path')
ga4.gtag('event','pageview','path') // or your custiom gtag event
},(err) => {
console.error(err)
})
Example with custom components 'GA4R'
const Test: React.FC<any> = ({ ga4 }) => {
return <>{"=> " + JSON.stringify(ga4)}</>;
};
<GA4R code="CODICE">
<Test></Test>
</GA4R>
=> {...}
FAQs
Simple wrapper of ga4 scripts for React: https://developers.google.com/analytics/devguides/collection/ga4
The npm package ga-4-react receives a total of 1,263 weekly downloads. As such, ga-4-react popularity was classified as popular.
We found that ga-4-react 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.