React Query에서 offline환경 대응하기

React Query에서 offline환경 대응하기

현재 '정책 특화 AI 채팅 서비스'의 FE 개발에 참여하고 있다. 최근 AI 답변 중 네트워크 문제가 발생할 경우 network error 메시지를 띄우고 try again을 할 수 있는 기획이 들어왔다. 단순해 보이는 요구사항이었지만 예상치 못한 문제를 발견했다.

🔴 Fast Food App UI - React Native Tutorial

🔴 Fast Food App UI - React Native Tutorial

Hello everyone 👋, In this video I'm going to show you how you can create a beautiful fast food app UI using react native, expo, tailwindcss, animations, heroicons and navigation. make sure you like this video and subscribe the channel for more react native videos. 🚀 Source Code and Assets: https://codewithnomi.com/projects/fast-food-app If you appreciate my work and you would like to support my channel: https://www.buymeacoffee.com/codewithnomi #reactnative #javascript #tailwindcss #javascript #programming #typescript #speedcode #coding #design #appdevelopment #reactjs #ui #uiux #reactnavigation #reactnativetutorial #expo #react #animation react native animations animations in react native 🚨 more videos on react native: Movie App : https://youtu.be/Q1xQuCpYIFE Weather App : https://youtu.be/953vyZMO4cM Coffee App UI : https://youtu.be/mhyuMy4aI-M Youtube Clone App: https://youtu.be/AVovt3gFmsg Login | SignUp UI : https://youtu.be/RhF4iUCiwSs App Store UI : https://youtu.be/Wp6JtHj4lyM Fruit Shop UI : https://youtu.be/UwW__s37agw Firebase Authentication React Native: https://youtu.be/idPGWpVLHP0 Learn React Native: https://www.youtube.com/playlist?list=PLKWMD009Q4qTGuqXxRq51f8OoDaIoJ1yo Learn Reactjs: https://www.youtube.com/playlist?list=PLKWMD009Q4qT1UgUrphG9ArfZblaL3fc5

Building auth and onboarding flows with protected routes

Building auth and onboarding flows with protected routes

Expo SDK 53 introduces protected routes: an alternative to redirect-based auth flows. In this video you'll learn how to implement logged in / logged out states, an onboarding flow, and conditional bottom tabs with the new protected routes. Starter project: https://github.com/kadikraman/expo-router-example Code from the video: https://github.com/kadikraman/expo-router-example/tree/main/6-protected-routes Protected routes docs: https://docs.expo.dev/router/advanced/protected Protected routes blog: https://expo.dev/blog/simplifying-auth-flows-with-protected-routes 00:00 - Intro 00:27 - Protected routes at a glance 00:58 - Example project setup 02:30 - Protected routes in practice 04:05 - Route resolution order 05:41 - Nesting protected routes 06:07 - Logged in modals 07:19 - Persisting auth state 10:40 - Adding an onboarding flow 13:09 - Conditional bottom tabs 14:49 - Thank you for watching! #Expo #ReactNative #reactnativetutorial

이터레이터 헬퍼 맛보기 | FE재남

이터레이터 헬퍼 맛보기 | FE재남

이터레이터 헬퍼?이터레이터 헬퍼(Iterator Helper)는 ECMAScript 2025(ES2025)에 새롭게 추가될 기능으로, 이터레이터를 더욱 편리하게 사용할 수 있도록 돕는 다양한 인터페이스의 집합입니다. ES2015에서 이터레이터…