Universal VDOM Components with factory-loader
There is a commonly known issue in the React/etc community that we haven't been able to piece together a solution for yet. I think I »
There is a commonly known issue in the React/etc community that we haven't been able to piece together a solution for yet. I think I »
In the front-end world, we've been publishing modules as UMD (Universal Module Definition) for quite some time - at least 6 years. That's a longevity we »
I build distributed frontends using components (preact components, but that's not important). Components are a great unit of composition when the structure of a system cannot »
Let's assume you're using some component-based Virtual DOM rendering library like Preact. Let's also assume you understand JSX - if you don't, check out my post, »
Here's a quick intro to how you can make use of CSS Modules today, using Webpack's awesome css-loader. First off, let's make sure we're on the »