Echo JS 0.11.0

<~>

tracker1 comments

tracker1 1317 days ago. link 2 points
Worth noting JSS is the default usage in material-ui's component library.  Also worth noting, that if you have separate designers, that staying closer to (s)css may be a better option.
tracker1 1317 days ago. link 1 point
It looks like themes are the only way to do this... you can try saving them into your global settings file manually.  Been a while since I even considered it.
tracker1 1324 days ago. link 1 point
Needs work... first visit to components portion of the website, and layouts overflow.  Low confidence in general at this point.
tracker1 1329 days ago. link 1 point
Usually best to write/export a dynamic method that will have a global reference and return the global or dynamically loaded module, assigning the global after loading.

Note: this is expressly for EcmaScript Modules (esm).
tracker1 1338 days ago. link 1 point
It's an interesting approach, given the transition of decorators in ecma, I'd mostly stopped using them.  Would be curious to see how this works for Redux... assuming some type of middleware to work in conjunction.
[more]