I learned how to program web apps in ES6/Node/React and now I'm at a company who uses home rolled Vanilla JS UI controls. I'm looking for folks to share thoughts and resources on building reusable, configurable, clean UI classes in vanilla js. So, what are your go to patterns, resources, tools and approaches?
Steven Ventimiglia
Creative Technologist & Sr. Front-End Developer
Don't know if this will help, but it's one of my favorite resources. youmightnotneedjquery.com
Vanilla JS is wonderful once you can break the cycle of using libraries. It's hard to though, since any small package you may use to speed things up will most likely need you to load jQuery.
One of my current exercises is refactoring dependent libs so they become vanilla. I wish Steam had achievements for that. lol