Hacker News new | ask | show | jobs
by MunGell 3183 days ago
I am using Vue and React on a couple of projects and found it convenient to have Vue components contained in a single file.

As an experiment, I've created a Webpack loader to allow combining styling and React code in a single file.

This is not production-ready and could be redundant for inline-styled components (in its current state anyways).

Feedback is welcome.