sergiodxa / collected-remix

A Collected Notes client in Remix

Home Page:collected-remix.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collected Remix

This repo is a Collected Notes client app built using Remix.

The app also uses Remix i18next and Remix Auth packages to support internationalization and authentication. It also has ETag support already built-in. It uses NProgress to show a progress bar on navigation, and uses Tailwind for styles.

The app consumes the Collected Notes API, and it also shows a few features of Remix:

  • Loaders, Meta and Links
  • Form and Actions for login/logout
  • Sessions
  • Cookies
  • Layout Routes
  • Catch and Error Boundaries to show error pages
  • Cache Control values for loaders based on the data (articles not updated in a while are cached for a longer time)

The app is configured to deploy to Vercel, but could be deployed anywhere else.

About

A Collected Notes client in Remix

collected-remix.vercel.app


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%