How I Built KisanX — A Full-Stack Agricultural Marketplace
How I Built KisanX — A Full-Stack Agricultural Marketplace (MERN + PHP + React Native) By Saniya Farooqui | Full-Stack Developer | Mumbai The Problem …
Latest Web news from Tech News
How I Built KisanX — A Full-Stack Agricultural Marketplace (MERN + PHP + React Native) By Saniya Farooqui | Full-Stack Developer | Mumbai The Problem …
Every few months, a post goes viral: "Please stop using [perfectly good tool]." This time it's lucide-react. And honestly? The take is lazy What's the…
The Expo MCP Server dropped its paywall. Anyone with an Expo account can now hook up their AI coding assistant to Expo docs and tools. Previously, you…
Expo Router just made its biggest change since launch. Version 56 forks from React Navigation, adds streaming server-side rendering, and gives Android…
Working with native code in React Native usually involves creating separate packages and manually maintaining TypeScript interfaces. Expo SDK 56 chang…
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built CampusBeat 2.0 — a React Native campus super-app for students across 17 co…
Forms are everywhere in mobile apps - authentication flows, data entry, support requests, onboarding... If your app has a login screen, a form is like…
Our fitness kit's iOS build used to take 14 minutes on CI. After upgrading to Expo SDK 54, it takes 4. That's not a CI optimisation. We didn't add par…
Hi everyone, Kacper and Filip from Software Mansion here. This week, TanStack Start is once again in the spotlight. The React Compiler in Rust is on i…
There's a specific kind of frustration that comes from using a health app that feels like it was built by engineers who've never actually used it. The…
I’m building Obex, a faith-rooted self-control app for men who want to quit porn and stay consistent with daily discipline. The stack is Expo / React …
5. You have 5 input fields (name, email, phone, city, password). 1.Better to use: 5.separate useState? OR one object state? Why? ✓ One object state is…
The problem Almost every social / commerce app eventually needs the same screen: A large header on top, a row of tabs underneath, and as you scroll, t…
If you're a non-technical founder shipping a React Native side project, the build is the easy part. The hard part lives between "my Expo dev build run…
Разбираем очень неприятный баг в React Native + iOS: почему push-уведомления сохраняются на Android, но теряются на iOS в background/killed state. В с…
You tap Record. You nail the take. You save as Draft. You close Instagram, reopen it — and your Reel is right there. What just happened under the hood…
Most QR scanner libraries for React Native share the same problems — they're unmaintained, they don't support the New Architecture, or they pull in a …
What is the Native Bridge? The React Native Bridge is a communication layer that allows the JavaScript thread and the Native threads (iOS/Android) to …
I quit learning to code three times. Not because I wasn't motivated. I had app ideas I genuinely wanted to build. I bought courses, watched tutorials,…
Hi everyone, Seb and Jan here 👋! This week we have great deep dive blog posts about data fetching (TanStack vs Next.js) and performance (GitHub and Li…
Deeplink execution from the browser The one that came up most in real usage: testers frequently need to trigger deeplinks to verify specific app state…
React Native developers have long dealt with the friction of bridging JavaScript with native UI threads. Every time you need to update native state, y…
Hey everyone 👋 After 4 months of development, testing, redesigns, debugging, deployment issues, and lots of learning — we finally launched our first a…
The easiest way to think about it is: Predicate = Watch for something Effect = Do something when it happens Example: predicate: Is someone entering th…
Setting up authentication in React Native usually leads you straight to expo-auth-session . It’s the standard for a reason—it handles the heavy liftin…
A React Native WebView debugging story about LCP, data URLs, and trace attributes We recently ran into a strange Sentry performance issue in a React N…
For our last week, focused on improving session persistence and preparing GusLift for broader platform support. This week, we continued improving the …
Originally published on expo.dev/changelog By Alan Hughes, Brent Vatne Today we're announcing the release of Expo SDK 56. SDK 56 includes React Native…
Choosing the right cross-platform framework for a mobile barcode scanning app means weighing API ergonomics against rendering performance and develope…