question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update TS example repo and maintain it

See original GitHub issue

Summary 💭

We have an empty repo on the org next-auth-typescript-example, the purpose of it was to mirror next-auth-example and serve as a quickstart for projects using next-auth on a Typescript environment.

Unfortunately, the PRs on it never got reviewed. Right now, our idea is to get it up and to run and use it as well as a playground to test the types manually.

cc. @iaincollins @balazsorban44

Tasks ✅

  • ~Review open PRs and try to get them merged~
  • Update the example to mirror next-auth-example
  • Brainstorm how to better keep both in sync

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lluiacommented, Apr 20, 2021

We created an example repo for Typescript users, check it out 💚

https://github.com/nextauthjs/next-auth-typescript-example

1reaction
balazsorban44commented, Apr 4, 2021

hmm, might be true. Another other idea, add a PR template to each repos and remind the PR creator to mirror their work to the other repo if it’s relevant.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exploring the repository pattern with TypeScript and Node
This tutorial dives into the repository pattern, explores its benefits, and demonstrates how to implement it with TypeScript and Node.js.
Read more >
How to set up TypeScript
TypeScript can be installed through three installation routes depending on how you intend to use it: an npm module, a NuGet package or...
Read more >
Node.js and TypeScript Tutorial: Build a CRUD API - Auth0
The update method receives the item id property and an itemUpdate object as arguments. You use the id to find the item in...
Read more >
Patterns — Generic Repository with Typescript and Node.js
Talking about the Repository pattern, it is a representation where you can keep all operations of your database (like a Create, Read, Update...
Read more >
The repository for high quality TypeScript type definitions.
This contains sample code which tests the typings. This code does not run, but it is type-checked. tsconfig.json, This allows you to run...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found