Featured Posts
Remix: The React framework you should check out in 2023
The Remix React Framework, an open-source framework released late in 2021, is winning fans with its minimalist approach and impressive power. It's simple to use…
Storybook Vs. Bit: What's the difference
Wondering what the difference is between Storybook and Bit? This article breaks it down for you, so you can choose the right tool for your project. Sometimes…
Untangling Remix Optimistic UI With Multiple Destinations
One of Remix's coolest features is the useTransition hook, which provides the basis for an "Optimistic UI" experience. You can read about this in the official…
All Posts
Remix Tutorial Part 1: Let's Build an App
A few weeks ago, I was in Chicago visiting with my sisters and my nephew; Ben. Ben is 7. Ben likes video games. Ben likes old video games that I played when I…
React Native Navigation Guide Part 8: Additional Resources
As we reach the end of this comprehensive guide on React Navigation, it's time to recap what we've learned and point you towards additional resources for your…
React Native Navigation Guide Part 7: Advanced Navigation Patterns
As we move further into the intricacies of navigation in React Native applications, we encounter several unique patterns that address specific needs. From the…
React Native Navigation Guide Part 6: Navigation Options and Styling
In any application, the ability to customize the look and feel of navigation components is essential. It not only enhances the user experience but also ensures…
React Native Navigation Guide Part 5: Advanced Navigation Concepts
In the previous sections, we've covered the fundamental navigation structures in React Navigation: Stack, Tab, and Drawer navigators. However, navigation in…