web icon indicating copy to clipboard operation
web copied to clipboard

refactor (components): components used to render svg can be functional components.

Open atharva3010 opened this issue 3 years ago • 0 comments

Hello everyone 👋

I was looking at the components under the directory /packages/vue and found that there are SFCs that only render an SVG icon.

Some examples of this are:

Changing them to functional components will improve performance as these will be treated as stateless, without any component instance, HTML.

If you choose to acknowledge this issue, I'd be happy to create a PR fixing this.

atharva3010 avatar Apr 29 '22 05:04 atharva3010