browserify-handbook
browserify-handbook copied to clipboard
UI elements in npm?
I really like the section about creating a small reusable widget in HTML. I wonder if people do that in practice and if one can find such packages in npm? @substack what's your experience? Do you write everything yourself everytime?
I just started a project that uses HTML widgets in node modules. Maybe this helps you to get started: https://github.com/geo-tales/geo-tales-mobile
Thanks! Will use this as reference. Did you model it after the handbook?
No. But I use browserify for all my frontend development at work. Unfortunately, that's not open source.