forumone / nextjs-project

Next.js project template
0 stars 0 forks source link

Automate creation of react icon components #30

Open kmonahan opened 1 year ago

kmonahan commented 1 year ago

Currently converting SVGs to React components with svgr requires the developer to run a manual command every time they add a new SVG. Better would be to have this run automatically. https://www.npmjs.com/package/npm-watch might be worth checking out here.

SirJohn96 commented 2 weeks ago

NEXTJS-30