What do you think about CSS in JS libraries injecting a <style> in <head> at run-time
Hi Lee,
What do you think about CSS in JS libraries that compiles CSS from JavaScript and inject a <style> in <head> at run-time ? like these ones:
https://github.com/cssinjs/jss
https://github.com/cssinjs/react-jss (started by Dan Abramov on top of ...