Building a magic link authentication system with Next.js, Auth.js, Prisma, PostgreSQL, and Resend.
Posts for: #react
Consistent Client-side Interaction with API Endpoints Using Axios and React Query
Standardizing API interactions with a consistent data layer using Axios and React Query.
Email and Password Based Authentication with Expo and Firebase Part 3 - Sign In, Forgot Password, and Update Password
Completing the Expo Firebase auth flow with sign in, forgot password, and update password features.
Email and Password Based Authentication with Expo and Firebase Part 2 - Sign up, Email Verification, and Sign Out
Implementing sign up, email verification, and sign out with Expo and Firebase authentication.
Email and Password Based Authentication with Expo and Firebase Part 1 - Project Setup
Setting up Expo and Firebase for email/password authentication — project initialization and configuration.
Create a Simple React Timer Component
Building a React timer component with play, pause, and stop functionality using time entries.
A Simple React Tabs Component
Creating a flexible, dependency-free React tabs component with compound components.
Navigation Redirects Through Redux Middleware
Building scalable client-side navigation redirects using Redux middleware.
Using React's Context to Pass Variables From the Server to the Client
Using React's context to pass server variables to the client while preserving isomorphic rendering.