Dmitry Doronin
Nov 2 · 1 min read

I like that these small little functions can do so much. I’ve been truly inspired by this idea and invented a hooks library that at Reonomy we use as a foundation for everything. Recently I have open-sourced it and published in NPM as @reonomy/reactive-hooks. One of my most lovely hooks is useRxAjax, because it allows to make http calls without worrying about a component lifecycle, it’s always safe. It provides http responses nicely wrapped in objects with additional info such as status pending/succeeded/failed. Here’s a small post about this hook:

https://itnext.io/ajax-in-the-fog-or-http-in-react-b04c716e97e5

    Dmitry Doronin

    Written by

    https://www.linkedin.com/in/ddoronin/