DEV Community

Discussion on: Use components without a frontend framework

Collapse
 
malteriechmann profile image
Malte Riechmann

Thanks for commenting.

I like your approach, but isn't it a bit of a framework? ;)

Collapse
 
honatas profile image
Jonatas de Moraes Junior

A very small one, nonetheless. Anything you do that tries to avoid code duplicity will end up looking like a framework anyway. The point of frameworkless is not to avoid frameworks at all, but to make things simple and keep the code under your control, in order to be able to eliminate as much technical debt as possible. Which I believe is exactly what you want to do with your approach: keep things simple, stick to the basics.
But yeah, I guess I could strip some stuff from there and go even simpler, but then I wouldn't have a Router anymore. Sad. ;)