they said that Installation (for meteorjs, gatsbyjs, etc) is
npm install @react-icons/all-files --save
Installation (for standard modern project)
npm install react-icons --save
what is the difference between the two installation, i m using the Installation (for standard modern project), should I use the other installation because my gatsby site is so large, if that how can i import icons in the Installation (for meteorjs, gatsbyjs, etc).
example in my site
import { FaPercent, FaCapsules, FaRing } from "react-icons/fa"
From what I've been able to conclude there is no difference in either so there should be no difference in performance.
react-icons:
npm i react-icons
@react-icons/all-files
npm i @react-icons/all-files
both reference the same Github repo and in repo packages reference the file package.json is identical:
package.json:
but when referencing the documnetation is states there should be certain ones used:
for standard modern project:
for meteorjs, gatsbyjs, etc:
If your project grows in size, this option is available. This method has the trade-off that it takes a long time to install the package. Suitable for MeteorJS, Gatsbyjs etc.
when it comes to the command:
that is in reference to font-awesome's library. If you reference the installed directory in node_modules all icon packages are in a two character directory:
If you want to reference any other icons you would just append the two digit character set, example:
for Grommet Icons