VanillaJS apps have been ported to a la carte web development

Joe Gregorio

My VanillaJS project, where I re-implement popular framework sample apps in vanilla JavaScript, has now been ported over to ‘a la carte’ web development. In this case that means they all use pulito for their tooling and directory structure, and individual framework ports bring in templating libaries as needed. For example, the React sample rewrite uses lit-html for templating, and the Angular sample rewrite uses hyperHTML for templating.

This is a perfect example of the power of a la carte web development, where you get to pick the components you want and only have to ‘pay’ for what you use.

comments powered by Disqus