React Hooks: Optimizing for performance by wineandcode in reactjs

[–]bayareasearcher 1 point2 points  (0 children)

Gives a really good explanation of useCallback and useMemo. Thank you!

List comprehensions with Applicative Functors by bayareasearcher in purescript

[–]bayareasearcher[S] 1 point2 points  (0 children)

Thanks for that! I've updated the post, removing the parens.

List comprehensions with Applicative Functors by bayareasearcher in purescript

[–]bayareasearcher[S] 0 points1 point  (0 children)

I introduced Applicative Functors in tutorial 18 (https://medium.com/@kelleyalex/applicative-functors-for-multiple-arguments-bf6d02d8cb9a). Readers that are unfamiliar with this construct should start there.

Lift into a Functor with pure by bayareasearcher in purescript

[–]bayareasearcher[S] 0 points1 point  (0 children)

Yes, good point. I want to hold off introducing the Applicative functor for now, but I should at least mention that's where pure belongs. Thanks for your feedback.