Rare find

Monio. A toolkit for handling complex data transformations and side effects in JavaScript.

github.com/getify/monio

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2026
  • Fix `succesful` -> `successful` typo in MONIO.md
April 2026
  • fixing bug with consecutive exceptions in do-routines
January 2026
  • tweak to $() so that it brands its single-shot iterable;
  • fixing bug with $() io do-routine helper improperly detecting and pas…
December 2025
  • various metaprogramming improvements
November 2025
  • IO.doEither internal refactor, adding yield* delegation tests for IO …
  • adding some tests for IO.do/IO.doEither
October 2025
  • adding link to todoovy codepen demo
  • fixing missing dependency in State
  • major breaking changes:
  • Update README.md
July 2025
  • README: tweaking description of IO
April 2025
  • adding link to ebook format
  • MONADS guide: fixing a few mistakes in code snippets
January 2024
  • MONADS guide: various improvements for clarity and consistency
  • io/iox: adding applicative 'ap()', including docs and tests
  • io/iox: adding missing very-long concat.pipe() tests
  • state: adding applicative 'ap()', including docs and tests
  • MONADS guide: improved intro
  • state: adding missing very-long concat.pipe() test