from Hacker News

Show HN: Bloc-them, start JavaScript UI creation in 15 Minutes

by jsdeveloper on 7/31/23, 10:25 AM with 0 comments

Hi All,

Introducing `bloc-them`,a tiny (but mighty) JS UI library. Its based on `Business Logic Components` design pattern and hence the name 'bloc-them`.

A moderate JS developer can learn it in very short span of time: I belive it should be in 15 Minutes up and running.

Ther are only two Classes in whole framework: `Bloc` and `ListenerWidget`.

`Bloc` publishes new states and `ListenerWidget` react to such states. The complete 15 Minute tutorial is on the GitHub readMe.