
Integrate XState with React Native and React Navigation
In this article, Simone shows how to integrate an XState state machine with React Navigation to implement a complete app flow.
In this article, I am describing how we modelled declaratively a complex flow of a banking app by leveraging XState, a JavaScript library to define finite state machines.
The usual disclaimer: this is a small contribution to a huuuuuge topic. It does not claim to be exhaustive. Our hope is to provide you…
Most React developers I had the pleasure to meet are acquainted with how this technology can be used to build interactive web applications…
We all version our codebase using one of the many version control systems (VCS) on the market. Since I started working for wellD, we have…