Hacker News new | past | comments | ask | show | jobs | submit login

I am really digging Vuejs and its single file components. The <style scoped> part makes it even better for me. No more searching through codebase for where the css came from vs. where the JS is coming from.



Just going to chime in with 'CSS Modules' - this approach of scoped-css generalised to use with whatever framework (but most commonly, React)


I'm going to nth this! I really enjoy Vue's way of managing these separate but together.


Agreed. I really enjoy the way Vue handles this.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: