![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.
@groww-tech/icon-store
Advanced tools
For publishing a new version, merge new svgs to main branch and increase the version.
We already have prepublishOnly command setup to pack the package for you.
Filter and copy material icons from Google's official npm package. (Only if you need to update the material icons)
node scripts/generateMaterialIcons.js
.
├── mi // minified material svg's react components
├── custom // minified custom svg's react components
├── mint-icons // minified mint-icons svg's react components
└── types.d.ts // exports react component type
│
├── svgs
│ ├── mi
│ ├── custom
│ └── mint-icons
│
├── scripts
│ ├── generateMaterialIcons.js // Script to copy and filter material icons from google's github repo
│ ├── generateTypes.js // Script to generate type for babel transformed svg component's js file
│ ├── compileComponent.js // Script to transform and minify JS modules code for shipping
│ └── helpers
│ ├── template.js // Custom template for our generated React components
│ └── utils.js // General utility function
│
├── material-design-icons // cloned material design repo
├── .svgrc.js // svgrc config file
├── package.json
├── README.md
└── .gitignore
MIT
This package is customized for use in Groww projects. Use at your own risk.
FAQs
Icon Library customized for use in Groww
The npm package @groww-tech/icon-store receives a total of 1,973 weekly downloads. As such, @groww-tech/icon-store popularity was classified as popular.
We found that @groww-tech/icon-store 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.