A starter template with react-native and nim to demonstrate connecting a nim backend with react-native. - siddarthkay/react-native-nim... (more…)
Read more »
There’s a lot of confusion right now about the “right” way to test your React components. Should I write all my tests by hand, or only use…...
Read more »
I have a lot more blog posts like this I plan to write. If you like this, follow me on Twitter to make sure you don’t miss any. (more…)
Read more »
Is React Native really a perfect solution for fast, inexpensive, and high-quality mobile app development? Let’s break down some of the main issues you’ll need to consider and see how it stacks up against doing things natively. (more…)
Read more »
Contrary to popular belief, by default, react component doesn't care whether its props changed or not. It will always re-render when its parent renders. (more…)
Read more »