Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
awesome-react-components
Advanced tools
React Components created with new React APIs for best performance.
React Components created with new React APIs for best performance.
And write with TypeScript, Unit Testing with Jest.
yarn add awesome-react-components
import * as React from 'react'
import * as ReactDOM from 'react-dom'
import { Button } from 'awesome-react-components'
ReactDOM.render(<Button type="primary" />, document.querySelector('#app'))
and import style manually
import 'awesome-react-components/dist/arc.css' // or 'awesome-react-components/dist/arc.css'
$ git clone git@github.com:guonanci/awesome-react-components.git
$ cd awesome-react-components
$ yarn
$ yarn start
Open your browser and visit http://127.0.0.1:8001 .
Let's build a better awesome-react-components together.
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.
FAQs
React Components created with new React APIs for best performance.
We found that awesome-react-components 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.