Closed roman-orlovskiy closed 7 years ago
Could you move your implementation to the bottom? Also, have you considered whether you could merge or contribute your work to an existing module or do you believe it's much different to the other solutions that it justifies another approach?
I'd make a couple of notes on your implementation too:
Function#call
instead of binding and calling - binding is pretty slowUsing these approaches would make it more consistent with react-free-style
- I'd be happy to use a second option object and support functions there also.
I will move my implementation to the bottom.
About react-free-style:
About your notes:
I will implement this notes and make new PR in the near future.
Please, add to README my implementation for writing css with free-style.