SVGR and LitElement

2019-02-07

I discovered a couple cool libraries today.

svgr

Svgr converts svgs I export from Sketch into React components. It strips out all of the uncesseary code, something I was previously doing by hand 😱I now do via the svgr CLI tool.

lit-element

LitElement seems like an innovative way to style my React apps. I haven’t tried this first hand yet, but this is on my list of things to check back in on.

I was turned on to LitElement via this tweet