Best of React Native โ€” January 2024

  1. 1
    Article
    Avatar of medium_jsMediumยท2y

    Frontend Masters: Feature-Sliced Design (FSD) Pattern

    Learn about Feature-Sliced Design (FSD), a methodology for organizing web and mobile applications into smaller, self-contained features. It uses a pizza analogy to explain the concept of layers, slices, and segments. FSD offers benefits like easier management, scalability, faster development, clear ownership, and simplified testing. However, it also has challenges like planning, learning curve, teamwork effort, potential redundancy, and limited tools.

  2. 2
    Article
    Avatar of medium_jsMediumยท2y

    React Native Masters: Solid Principles in React / React Native

    Learn about the Solid principles in software design and how they can be applied in React/React Native projects. Explore the Single Responsibility Principle and the Open/Closed Principle through code examples.

  3. 3
    Article
    Avatar of hnHacker Newsยท2y

    NativeVision/viro: ViroReact: The AR and VR library for React Native ๐Ÿ“ณ๐Ÿ’™๐Ÿ’›๐Ÿค๐Ÿ’š

    ViroReact is a library for developers to rapidly build augmented reality (AR) and virtual reality (VR) experiences using React Native.

  4. 4
    Article
    Avatar of streamStreamยท2y

    Build a React Native Livestreaming App: A Step-by-Step Guide

    Learn how to build a React Native livestreaming app that allows people to interact, chat, and watch events together. The tutorial covers creating a new React Native app, installing the Stream's Video SDK and peer dependencies, configuring iOS and Android specific settings, broadcasting a livestream from an iOS/Android device, rendering the host's video, and running the app on iOS and Android devices.

  5. 5
    Article
    Avatar of expoExpoยท2y

    Expo Router v3

    Expo Router v3 has been released with support for API Routes (beta), bundle splitting for web, 2x faster web builds, and more highly requested features!