코드와 함께 성장하는 이야기.

프론트엔드부터 백엔드, 그리고 데이터베이스까지. 개발의 다양한 영역을 탐험하며 얻은 지식과 경험들을 이곳에 기록합니다.
코드를 통해 배우고, 고민을 해결하며, 함께 발전하는 우리의 솔직한 개발 여정을 만나보세요.

intro

인기 게시글

+ 더보기
placeholder_image

testqwewqeqwe

민욱
민욱
placeholder_image

클라우드플레어를 활용한 아키텍쳐 설계

민욱
민욱
placeholder_image

7월 26일

민욱
민욱
placeholder_image

PairZ 프로젝트 회고

민욱
민욱
placeholder_image

test

민욱
민욱
placeholder_image

오른쪽 정렬

민욱
민욱

최근 게시글

+ 더보기

레퍼런스

+ 더보기
🔴 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