DEV Community

Discussion on: Thinking about going with PreactJs for dev.to

 
dorianamouroux profile image
Dorian Amouroux

I think VueJS works great for either SPA or small features within a HTML page. You don't even need to have a complicated WebPack setup. You can import the library and start coding with no-configuration, and in ES5. You can progressively replace the vanilla js with VueJs components.

Thread Thread
 
easrng profile image
easrng

The same is true of preact. One line of JS pulls it in from pika