Ejecting your Create React App has major tradeoffs. Yes, it gives you more choices, but future configurations are time-consuming, expensive, and difficult. (more…)
Read more »
React Native is a solid, tangible solution to develop an application at speed as 90–95% of the code will be shared across platforms. In a recent React Native project, we decided to use the Braintree… (more…)
Read more »
The async nature of the React Native bridge incurs an inherent performance penalty, preventing JavaScript code from running at high… (more…)
Read more »
I’m currently working on a complex offline-first eventually-consistent scheduling application for a summer music program to replace a Mac app written in Objective C many years ago. The lessons I’ve… (more…)
Read more »