All Uncategorized

Support Plans and SLAs at Stream

The most important feature of an API is that it’s highly available and reliable. Unfortunately, it’s hard to see a company’s track record when you make the purchasing decision. At Stream we put a ton of effort into infrastructure, monitoring, high availability and ensuring you ha…

React Native: How To Build Bidirectional Infinite Scroll

Introduction There have been many discussions on Stack Overflow and GitHub around implementing infinite scroll using React Native, on top of FlatList or SectionList. I’ve found that there aren’t any easy solution out there for bidirectional infinite scroll for React Native. Recen…