![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.
@token-icons/react
Advanced tools
React components for incorporating Token Icons into React applications.
The @token-icons/react
package provides React components for each cryptocurrency icon, allowing for easy integration and customization within your React applications.
Install the package via npm or yarn:
npm install @token-icons/react
# or
yarn add @token-icons/react
# or
bun add @token-icons/react
Import the icon component and use it in your React code:
import { IconBtc, IconEth } from '@token-icons/react'
function MyApp() {
return (
<div>
<IconBtc variant="branded" size={32} />
<IconEth variant="mono" size="2em" color="#333" />
</div>
)
}
The icons accept the following props allowing for customizable rendering:
@token-icons/react
is designed to be tree-shaken, meaning that it only includes the Icon Components that are actually used in your project. This can help reduce the size of your bundle and improve performance. Just import the icons you only need.
Your input is valuable to us. If you encounter any issues with an icon, discover a bug, or wish to request a new icon addition, we encourage you to contribute and help us improve.
For detailed instructions on how to contribute, please refer to our Contributing Guidelines.
This project is licensed under the MIT License. See the LICENSE file for more information.
FAQs
React components for incorporating Token Icons into React applications.
The npm package @token-icons/react receives a total of 0 weekly downloads. As such, @token-icons/react popularity was classified as not popular.
We found that @token-icons/react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.