[PR #38] [MERGED] docs: add basic remix documentation #19963

Closed
opened 2026-04-15 19:22:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/38
Author: @Eiley2
Created: 9/29/2024
Status: Merged
Merged: 9/30/2024
Merged by: @Bekacru

Base: mainHead: docs--remix-documentation


📝 Commits (7)

  • 5a46cdf docs: add remix documentation
  • 43ea88f typo: fix typo on example
  • 01c3131 fix: resolved error from Cursor's auto-generated code
  • 232f417 docs: add remix logo
  • d406bdd docs: add remix to documentation
  • 65033ba Merge branch 'better-auth:main' into docs--remix-documentation
  • 2f6342a lint: run lint

📊 Changes

7 files changed (+480 additions, -225 deletions)

View changed files

📝 docs/components/features.tsx (+190 -190)
📝 docs/components/github-stat.tsx (+33 -33)
📝 docs/components/icons.tsx (+25 -0)
📝 docs/components/sidebar-content.tsx (+5 -0)
📝 docs/content/docs/basic-usage.mdx (+14 -1)
📝 docs/content/docs/installation.mdx (+10 -1)
docs/content/docs/integrations/remix.mdx (+203 -0)

📄 Description

This closes https://github.com/better-auth/better-auth/issues/9#issuecomment-2380416415

I saw that there was no documentation available for Remix. Since it's the framework I primarily use, and after playing around for a while, I thought it would be helpful to contribute by adding some basic examples showcasing its usage.

Let me know if I need to improve something or there's something else I can help with!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/38 **Author:** [@Eiley2](https://github.com/Eiley2) **Created:** 9/29/2024 **Status:** ✅ Merged **Merged:** 9/30/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `docs--remix-documentation` --- ### 📝 Commits (7) - [`5a46cdf`](https://github.com/better-auth/better-auth/commit/5a46cdf8062e0509e9ea6ac46bab04d3f8852442) docs: add remix documentation - [`43ea88f`](https://github.com/better-auth/better-auth/commit/43ea88f48e9f8907895c564fe7412561e263a410) typo: fix typo on example - [`01c3131`](https://github.com/better-auth/better-auth/commit/01c3131f8f1366429121b0c31b3d507731072614) fix: resolved error from Cursor's auto-generated code - [`232f417`](https://github.com/better-auth/better-auth/commit/232f41736b3f2009c43293208e7abc5b3b515fa4) docs: add remix logo - [`d406bdd`](https://github.com/better-auth/better-auth/commit/d406bdde5cc6e636f69f1c58c12e3213a0524618) docs: add remix to documentation - [`65033ba`](https://github.com/better-auth/better-auth/commit/65033ba9d8c45211e12cf038e9b9358b731137f3) Merge branch 'better-auth:main' into docs--remix-documentation - [`2f6342a`](https://github.com/better-auth/better-auth/commit/2f6342a7c2b4c6da7f465b537143a6ff9b17390b) lint: run lint ### 📊 Changes **7 files changed** (+480 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/features.tsx` (+190 -190) 📝 `docs/components/github-stat.tsx` (+33 -33) 📝 `docs/components/icons.tsx` (+25 -0) 📝 `docs/components/sidebar-content.tsx` (+5 -0) 📝 `docs/content/docs/basic-usage.mdx` (+14 -1) 📝 `docs/content/docs/installation.mdx` (+10 -1) ➕ `docs/content/docs/integrations/remix.mdx` (+203 -0) </details> ### 📄 Description This closes https://github.com/better-auth/better-auth/issues/9#issuecomment-2380416415 I saw that there was no documentation available for Remix. Since it's the framework I primarily use, and after playing around for a while, I thought it would be helpful to contribute by adding some basic examples showcasing its usage. Let me know if I need to improve something or there's something else I can help with! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 19:22:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#19963