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

  • 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

  • Nice idea. How do you add event handlers?