Settings

Theme

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

technicalsource.dev

7 points by wlib 5 years ago · 2 comments

Reader

wlibOP 5 years ago

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
quickthrower2 5 years ago

Nice idea. How do you add event handlers?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection