remix-auth
Simple Authentication for Remix
Simple Authentication for Remix
Magically create forms + actions in Remix!
This package contains simple utility functions to use with [Remix.run](https://remix.run).
## Problem
Use TailwindCSS with Remix without an extra build step!
Static file serving and directory listing
The easiest way to translate your Remix apps
A PWA handler for Remix
Utilities for using GraphQL with a Remix app
Zod utilities for Remix loaders and actions.
A React component for responsive images in Remix
ESlint config for remix app
A strategy to use and implement OAuth2 framework for authentication with federated services like Google, Facebook, GitHub, etc.
Validation helpers for [zod](https://github.com/colinhacks/zod) specifically for parsing `FormData` or `URLSearchParams`. This is particularly useful when using [remix](https://github.com/remix-run/remix) and combos well with [remix-validated-form](https:
Pagination for Remix apps
Form component and utils for easy form validation in remix
This package makes it simple to use Zod with standard URLSearchParams and FormData which are typically used in Remix apps.
Query for Remix-Run
A package for easily managing SEO meta and link tags in Remix.
Useful utilities and simplified validation for actions and loaders.
Get better insight on why your Remix app crashed during development 💥
Latest version: 1.0.1, last published: 6 months ago. Start using eslint-plugin-remix in your project by running `npm i eslint-plugin-remix`. There are no other projects in the npm registry using eslint-plugin-remix.
The GitHub strategy is used to authenticate users against a GitHub account. It extends the OAuth2Strategy.
A solution for Remix that allows you to send binary data from your `loader` function to your React client app. It uses the awesome [`superjson`](https://github.com/blitz-js/superjson) package to serialize/deserialize your data automatically.