Hi All,<p>Introducing `bloc-them`,a tiny (but mighty) JS UI library. Its based on `Business Logic Components` design pattern and hence the name 'bloc-them`.<p>A moderate JS developer can learn it in very short span of time: I belive it should be in 15 Minutes up and running.<p>Ther are only two Classes in whole framework:
`Bloc` and `ListenerWidget`.<p>`Bloc` publishes new states and `ListenerWidget` react to such states.
The complete 15 Minute tutorial is on the GitHub readMe.