Echo JS 0.11.0

<~>
planttheidea 2774 days ago. link 2 points
Each instance of the component will render a unique style tag, however any changes to that components children will update the tag in place. The way it operates is similar to webpack's style loader, although source maps are TBD.

If there was enough requests I could look into making a single style tag, however I've never understood the benefits so if someone was willing to detail then I'm all ears.

EDIT

Also, if you made this a smart component top level you could easily manage the children contents via flux yourself to create the single tag you seek.

Replies