Puzzmo Tech Stack: 2024
The Puzzmo team shares their 2024 tech stack, including React Native, TypeScript, and Expo, and discusses challenges with cross-platform development.
The Puzzmo team shares their 2024 tech stack, including React Native, TypeScript, and Expo, and discusses challenges with cross-platform development.
A developer reflects on lessons learned from building a cross-platform React/React Native design system, focusing on consistency, velocity, and avoiding tight coupling.
Explains the key difference between `align-items: center` and `text-align: center` in Flexbox columns, especially for cross-platform React development.
A tutorial on creating a custom curved bottom tab bar in React Native using handwritten SVG paths and parametric design principles.
A developer reflects on 2023, highlighting speaking at App.js conf, blogging about React Native/Expo, and popular technical posts.
Guide to removing the bottom border or shadow from headers in React Navigation and Expo Router for React Native apps.
A developer shares their experience building AstroMobile, a cross-platform astronomy quiz game using React-Native and WebView.
A guide to setting up ESLint and Prettier for code linting and formatting in an Expo React Native project.
A detailed guide to setting up a MacBook with Apple Silicon (M1) for web and React Native development, covering tools, terminal configuration, and essential software.
A tutorial on creating a custom wrapper component for React Native's Pressable to add opacity feedback, similar to TouchableOpacity's activeOpacity prop.
Developer announces Hondo, a continuous, Wordle-inspired word game with energy mechanics and special abilities.
An overview of mobile app architecture, including API endpoints, error handling, authentication, and dynamic styling for React Native apps.
A guide on using babel-plugin-transform-remove-console to strip console statements from React Native/Expo apps for production builds.
A tutorial on setting up React Navigation v6 with TypeScript in a React Native app, covering stack and tab navigators.
A guide to fixing AsyncStorage warnings when using Firebase JS SDK with React Native by properly configuring the auth persistence layer.
A tutorial on implementing deep linking in React Native apps using React Navigation to navigate users to specific screens.
Explains when and how to use the keyExtractor prop in React Native's FlatList component to efficiently render lists with unique keys.
Explains how to apply Atomic Design methodology to structure reusable components in React and React Native applications for scalable UI development.
A tutorial on implementing infinite scroll pagination in React Native using React Query for data fetching and the FlatList component.