Skip to content

markmals/remix-3-contacts

Repository files navigation

Remix 3 Contacts Demo

A contacts CRUD app demo, showcasing Remix 3 SSR features. It adapts the React Router address book tutorial to reuse the same patterns in Remix.

Highlights

  • CRUD server routing – handlers for listing, creating, updating, and deleting contacts
  • Frame Navigation primitives - built-in Remix 3 client-side routing utilizing the Navigation API
  • RESTful forms – demonstrates POST/PUT/PATCH/DELETE intercepts
  • URL-driven search – filters contacts through query parameters

Tech Stack

Getting Started

vp install
vp run dev          # start the dev server on http://localhost:1612

Production

vp build        # build to dist/client and dist/ssr
vp preview      # review the build on http://localhost:4173

Learn More

About

📇 Contacts CRUD app demo for Remix 3

Resources

Stars

6 stars

Watchers

0 watching

Forks

Contributors