DEV Community

Discussion on: You Probably Don't Need A Front End Framework

Collapse
 
meleeman01 profile image
hatInTheCat

I'd take it a step further and say you don't need react. you can just use vanilla js. webcomponents are pretty dank, that shadow dom renders fast, and all the css stays with the component. you could legit make a component framework and eliminate wrapper code. express is terrible. i personally use koa, but i'm finding that plain node.js works great out of the box too.