Never change state & still get things done – Remko de Jong & Martijn Blankestijn @ J-Fall 2016
State can be difficult. Concurrent updates can lead to inconsistency, it can be difficult to scale and have you ever tried testing a component with a random element without having to resort to mocking? Functional purity can help us here. In this talk, we are going to investigate how we can design a pure functional structure that abstracts over state …
Read More »