Skip to content
Standard
Reader
Log in
Tag
React Native
Articles and publications tagged React Native across the Atmosphere.
24
articles
4
publications
Articles
Publications
Recent
Recent
Trending
Most popular
Sahil Kapoor's Playbook
·
May 12, 2026
Push Notifications
Push notifications are short messages that a backend server delivers to a user's device through the OS-level push service, displayed even when the corresponding app is not running. Push is the standard re-engagement and real-time messaging channel on mobile and increasingly on web. How it works The app registers with the OS push service (APNs on iOS, FCM on Android, Web Push on browsers) and receives a unique device token. The token is sent to the backend, which stores it against the user. To
iOS
·
Android
Sahil Kapoor's Playbook
·
May 12, 2026
PWA
A Progressive Web App (PWA) is a web application that uses modern browser capabilities to behave more like a native app: installable to the home screen, offline-capable, sending push notifications, and accessing hardware features through web APIs. PWAs deliver mobile-app-like experiences without app store distribution. Core technologies * Service Workers. Scripts that run in the background, intercept network requests, and enable offline access and push notifications. * Web App Manifest. A J
iOS
·
Android
Sahil Kapoor's Playbook
·
May 12, 2026
Jetpack Compose
Jetpack Compose is Google's declarative UI framework for Android, built around Kotlin and shipped stable in 2021. Like SwiftUI on Apple platforms, Compose lets developers describe the UI as a function of state; the runtime diffs the composition and updates only what changed. Core ideas * Composable functions. A @Composable function is the building block; it can emit UI when called from another composable. * State and recomposition. mutableStateOf, remember, State, StateFlow drive recompo
Kotlin
·
Android
Sahil Kapoor's Playbook
·
May 12, 2026
SwiftUI
SwiftUI is Apple's declarative UI framework for building user interfaces across iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. Introduced in 2019, SwiftUI uses Swift's strong type system and result builders to let developers describe the UI as a function of state; the framework diffs and renders updates automatically. Core ideas * Declarative. Describe what the UI should look like; let the framework figure out the diffs and animations. * State-driven. Properties marked @State, @Binding, @
Swift
·
iOS
Sahil Kapoor's Playbook
·
May 12, 2026
Flutter
Flutter is Google's cross-platform UI framework for building applications from a single Dart codebase. Unlike React Native, Flutter does not use platform-native UI widgets; it renders its own widgets pixel-by-pixel via the Skia (and now Impeller) graphics engine. The result is highly consistent visuals across iOS, Android, web, desktop, and embedded. Core ideas * Dart. The language: statically typed, ahead-of-time compiled for release, JIT for dev (hot reload). * Everything is a widget. UI
React Native
·
iOS
Sahil Kapoor's Playbook
·
May 12, 2026
Android
Android is Google's open-source mobile operating system, powering the majority of the world's smartphones across hundreds of device manufacturers. Android is based on a modified Linux kernel and ships with a rich application framework, multiple SDKs, and a heterogeneous ecosystem of OEM customisations on top. Core platform pieces * SDK and languages. Native development uses Kotlin (modern, preferred) or Java (legacy), with Android Studio as the IDE. * UI frameworks. Jetpack Compose (declara
Kotlin
·
Jetpack Compose
Sahil Kapoor's Playbook
·
May 12, 2026
iOS
iOS is Apple's mobile operating system, powering the iPhone, iPad (as iPadOS, a close derivative), and iPod touch. iOS is a closed source platform with first-party SDKs, a curated App Store as the distribution channel, and tight hardware-software integration that defines the experience. Core platform pieces * SDK and language. Native development uses Swift (modern) or Objective-C (legacy), with Xcode as the IDE. * UI frameworks. SwiftUI (declarative, modern) and UIKit (imperative, mature) a
Swift
·
SwiftUI
StackRundown
·
Mar 26, 2026
10 Best API Documentation Generators 2026
Compare 10 leading API documentation tools by features, pricing, interactivity, and ideal use cases.
API documentation tools
·
Mintlify
Home
·
Mar 24, 2026
Building AI-powered GitHub issue triage with the Copilot SDK
AI & ML
·
Application development
ATmosphereConf News
·
Mar 16, 2026
AtmosphereConf Sponsor: Expo
The Expo team is sponsoring the conference, and joining us in person for presentations
expo
·
react native
Devtools FM
·
Mar 1, 2026
Jamon Holmgren - Infinite Red, Into the Dawn
Infinite Red founder Jamon Holmgren shares his coding journey, building a React Native consultancy, and creating his new game Into the Dawn.
infinite red
·
jamon holmgren
Devtools FM
·
Apr 20, 2025
Zack Jackson - ByteDance, rspack, and the Future of Web Development
Zack Jackson from ByteDance explores rspack, the Rust-based bundler that's reshaping the web development landscape beyond webpack and vite.
rspack
·
webpack
nove-b blog
·
Jan 28, 2025
React NativeのFlatListで要素がデバイスの高さ分存在しないときに、onEndReachedが発火する問題を解決する
React Native
·
FlatList
nove-b blog
·
Jan 16, 2025
React Nativeで動的にナビゲーションヘッダー文言を設定する方法
React Native
·
ナビゲーションヘッダー
nove-b blog
·
Jan 11, 2025
React Nativeで無限スクロールのタイムラインを作成した
React Native
·
FastList
nove-b blog
·
Dec 20, 2024
React NativeでMastodon認証を実装した
React NativeでMastodon認証を実装した
React Native
·
Mastodon API
Devtools FM
·
Nov 17, 2024
Dan Stepanov - NativeWind, NativeWind UI
Dan Stepanov explores NativeWind's Tailwind CSS for React Native challenges and his new component library NativeWind UI monetization.
technology
·
programming
Devtools FM
·
Nov 3, 2024
Nate Wienert - Tamagui, One Stack, Zero, and Universal Apps
Nate Wienert returns to showcase One Stack, his local-first universal app framework built on Tamagui's React Native foundation.
mobile
·
react
nove-b blog
·
Jun 10, 2024
React Nativeでセキュアな環境にTokenを保存する
API通信に必要となるJWTTokenをセキュアな環境にTokenを保存する
React Native
nove-b blog
·
Jun 3, 2024
Expoのバージョンがシミュレーション用のスマホアプリとずれたのでアップグレードする
Expoのバージョンがシミュレーション用のスマホアプリとずれたのでアップグレードする
React Native
·
Expo CLI
nove-b blog
·
May 4, 2024
Goで作成したローカルサーバーにReact NativeからアクセスしようとしたらTypeError: Network request failedになった
Goで作成したローカルサーバーにReact NativeからアクセスしようとしたらTypeError: Network request failedになったので、調査してみた
React Native
·
golang
Devtools FM
·
Feb 4, 2024
Evan Bacon - Expo
Evan Bacon dives into Expo Router's file-based navigation, cross-platform development challenges, and React Server Components on React Native.
technology
·
mobile
Devtools FM
·
Sep 24, 2023
James Pearce - TinyBase
James Pearce discusses TinyBase, his local-first data store built while living on a boat after leaving Meta's React team.
technology
·
software
Devtools FM
·
Sep 2, 2023
Nate Wienert - Tamagui
Nate Wienert showcases Tamagui's ambitious approach to cross-platform React Native development with unified styling, components, and optimizing compiler.
react native
·
react
Home
Latest
Discover
Search