Show HN: Bruh – A stupidly simple JavaScript front end library

by wlibon 6/9/21, 3:11 PMwith 2 comments
by wlibon 6/9/21, 3:17 PM

I made this because I always found modern DOM API's much more flexible, simple, and performant than other UI libraries like React. This really just attempts to cleanly abstract document.createElement() while also allowing for super simple server-side rendering.

You may like this if you are trying to make either a simple static blog or a complicated dynamic web app - and it's super easy and memorable to get started with

  npm install bruh

by quickthrower2on 6/11/21, 8:00 AM

Nice idea. How do you add event handlers?