Explain (Timeline) Monads Like I'm Five

mindplay

Rasmus Schultz

Posted on February 11, 2019

Explain (Timeline) Monads Like I'm Five

I came across this interesting looking library:

https://stken2050.github.io/unlimitedjs/

It appears to be a simpler alternative to React and hooks - and the author makes it look very appealing in terms of being very simple and generic. It looks like this concept composes well, using plain JS that doesn't require any magic or a linter.

The documentation uses a lot of science jargon though - and the links to articles that explain the concepts are even worse, and the library code has been pretty heavily code-golfed.

I'm not a computer scientist, so...

  • What's special about a timeline monad?

  • How does it differ from a plain old pub/sub event-bus?

  • What's the advantage over pub/sub in the context of UI?

  • Does this somehow help with "unpredictable" events, like, say, chat messages?

Explain like I'm five please? ๐Ÿ™‚

๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
mindplay
Rasmus Schultz

Posted on February 11, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Learn Rust in 3 Months
explainlikeimfive Learn Rust in 3 Months

November 21, 2024

Callback Functions
callbackfunctions Callback Functions

October 30, 2024

Most Useful Jenkins Plugins and Their Use Cases
explainlikeimfive Most Useful Jenkins Plugins and Their Use Cases

October 28, 2024

Top Interview questions for DevOps Part-5

ยฉ TheLazy.dev

About