The Orange Cat
The Orange Cat is a massive Maine Coon with a zest for life, blending a passion for coding with a flair for storytelling. With an enthusiasm for diving into the latest web development trends, this adventurous feline eagerly explores the world of React and its libraries. When not busy with code, The Orange Cat can be found basking in sunny spots and relishing delicious treats, perfectly capturing a mix of curiosity and relaxation.
On this blog, The Orange Cat shares captivating tales from the coding universe, providing insights and reflections that inspire tech lovers. Whether you're into web development, enjoy engaging narratives, or simply have a fondness for cats, there's something here for everyone to enjoy.
The latest articles by The Orange Cat – Page 4
-
Expo UI: Real SwiftUI and Jetpack Compose, Straight From React
For years React Native faked native UI with flexbox and StyleSheet. Expo UI stops faking it and hands you the real platform toolkits.
-
Expo Widgets: iOS Home-Screen Widgets Without Touching SwiftUI
iOS widgets used to mean cracking open Xcode and writing SwiftUI by hand. The official expo-widgets module lets a JavaScript-first team build them in React instead.
-
Clerk for Expo: Native Mobile Auth Without the Headache
Building auth in a mobile app is a deceptively large pile of work. Clerk for Expo hands you the whole thing as a managed service plus a thin, polished SDK.
-
Valibot: Schema Validation That Travels Light
Validation libraries are convenient but historically heavy. Valibot rethinks the problem around one constraint, bundle size, and the result is a library that costs only the features you actually import.
-
Streamdown: Markdown That Keeps Its Cool While Tokens Pour In
If you have ever watched an AI chat UI flicker, break, or jump around as the model types, Streamdown is the renderer you have been missing.
-
React Native for Windows: Real Native Desktop, No Chromium Required
If you already ship a React Native app on mobile and you've been eyeing the Windows desktop, this one is for you. React Native for Windows brings your components and JS logic to real native Windows controls, no Electron-sized memory bill attached.
-
Turn-by-Turn, the Google Way: The React Native Navigation SDK
Most React Native map tutorials stop at drawing a line on a map. This one hands you the actual navigation engine — voice, rerouting, and all.
-
Detox: The E2E Framework That Runs Inside Your React Native App
If you have ever sprinkled sleep(3000) through a mobile test suite and prayed, this one is for you. Detox takes a radically different approach to end-to-end testing.
-
Sanding Down the Sharp Edges of View Transitions with view-transitions-toolkit
The native View Transitions API is powerful but low-level. This toolkit hands you small, well-typed helpers that turn its most tedious recipes into one-liners.
-
React Flow: Wiring Up Node-Based Editors Without the Tears
Dragging boxes around a canvas and connecting them with wires looks simple until you try to build it yourself. React Flow hands you the whole apparatus and lets you keep your data.