"Vanilla" Reactive (FRP) has some limitations when modelling stateful environments or when there are cyclic dependencies. In the same way, "Vanilla" State Machines (FSM) aren't straightforward to use in a reactive and concurrent setting. In this talk we explore using Feedback Loops to overcome some of these limitations by solving a very common problem we face in mobile apps: paginated search (lazy loading).