Articles Tagged
4 Articles
Model-Based Testing in React with State Machines
Testing applications is crucially important to ensuring that the code is error-free and the logic requirements are met. However, writing tests manually is tedious and prone to human bias and error. Furthermore, maintenance can be a nightmare, especially when features …
David Khourshid
on
Updated on
Using React and XState to Build a Sign In Form
Update 15th June 2019
A number of changes to XState have occurred since writing this article. An updated version of a sign-in form using React & XState can be found here.
To make a sign in form with good …
Brad Woods
on
Updated on
Finite State Machines with React
As JavaScript applications on the web have grown more complex, so too has the complexity of dealing with state in those applications — state being the aggregate of all the data that an application needs to perform its function. Over …
Jon Bellah
on
Updated on