Write applicatives for concurrent actions

I just published Tutorial 21 in my series Make the leap from JavaScript to PureScript.

This month I’m refactoring code that mocks sequential queries on a database endpoint; converting it to an applicative expression that performs these queries concurrently.

This is the last practical example of using applicative functors before moving onto foldable-traversable in the next tutorial.

2 Likes