pomber / didact

A DIY guide to build your own React

Home Page:https://pomb.us/build-your-own-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle styling?

Lioncat2002 opened this issue · comments

How do I handle inline styling?
currently something like

<div style{{background:"black"}}></div>

gets converted to

<div style></div>