Lately at work our go to architecture for creating websites is to use a React frontend with a Django REST Framework (DRF) backend. The two… (more…)
Read more »
After years of native mobile development, we’ve decided to go full steam ahead building all of our new mobile apps using React Native. As I’ll explain, that decision doesn’t come lightly. (more…)
Read more »
For example, model = {a: 1, b: 2, fn: () => {} }, call setModel({ a: 2 }), components that only use b will also re-render. In theory, components only use fn function should never be updated by… (more…)
Read more »
My thoughts and experiences as I navigate the world of Agile software development. (more…)
Read more »