Writings & Videos

Writings & Videos

What is Redux, really? – Part 1

Redux came to be a go-to solution for state management in React apps. It's also one of the most incomprehensible tools in the shed.

  • javascript

Immutable Records as object factories

Objects in JavaScript are quite flexible. This means, they can be altered in many ways, sometimes accidentally. What to do, when you need to guarantee the consistency?

  • javascript
  • data-structures