A while ago i published a blogpost about some lessons learned from moving to React and Redux.
Read more »
Back in 2017, my team were working on a feature-packed, widely used mobile app with a legacy codebase. The app had way too much logic, logic of the complex sort, with loads of very old code calling old APIs. Build times were terrible. Noone had a complete... (more…)
Read more »
Many people use Webpack
because it's
popular. create-react-app
makes it even easier. But what if you prefer zero configuration?
How minimal can your configuration for a React app get? This post
contains my two favorite recipes for prototyping... (more…)
Read more »
TL;DR we used React Native components inside native views. We enjoyed great success in iOS, not a single crash reported in 6 months… (more…)
Read more »