The shared-singleton contract in React Native Module Federation

This page summarizes the projects mentioned and recommended in the original post on dev.to

Puter.js - The Backend for AI-Generated Apps
One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.
developer.puter.com
featured
AppSignal knows why the f*#k it crashed.
Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
www.appsignal.com
featured
  1. react-native-module-federation

    Companion code for the React Native Module Federation blog series. Build a federated RN app from zero, one post per git tag.

    git clone https://github.com/warrendeleon/react-native-module-federation git checkout post-02-first-remote

  2. Puter.js

    Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

    Puter.js logo
  3. react-native-safe-area-context

    A flexible way to handle safe area insets in JS. Also works on Android and Web!

    React Native's built-in SafeAreaView is deprecated. The maintained replacement is react-native-safe-area-context, and it ships with the current React Native template, so both apps in the repo already have it. It is a good test of the contract because it works through React context: a SafeAreaProvider mounted near the root measures the device's safe area, and any component below reads it with useSafeAreaInsets.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Android 13 Tablet bottom menu bar blocks App UI

    1 project | /r/reactnative | 9 Jul 2023
  • How do I style the very bottom of my app, below the nav bar? Nothing I change seems to make a difference

    1 project | /r/reactnative | 8 Apr 2023
  • Struggling to solve this Check the render method of 'SafeAreaProvider' in my react app

    1 project | /r/reactnative | 14 Jan 2023
  • We just released rn-iphone-helper 2.0

    2 projects | /r/reactnative | 26 Nov 2022
  • Has anyone used react-native-static-safe-area-insets ? I have used it and why is it returning me undefined ?

    2 projects | /r/reactnative | 25 Oct 2022

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?