by jsdeveloper on 7/31/23, 10:25 AM with 0 comments
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.