React Adopt is a small TypeScript library for composing multiple React render-prop components into a cleaner interface. It was created to solve the problem of nested render-prop callbacks, which can make React code harder to read and maintain. The library provides a simple adopt method that combines results from a mapper into a single render function. It supports use cases involving multiple render-prop utilities, React Context consumers, custom render handling, mapper-based prop shaping,...