csdojo-defaang / defaang

A website that will curate recently-asked interview questions from FAANG+. Currently inactive. Check out: https://github.com/ykdojo/OpenStream
MIT License
509 stars 120 forks source link

feat: pass data and jwt from the question submission form to Next.js api #167

Closed ykdojo closed 1 year ago

ykdojo commented 2 years ago

The first PR for #108.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
defaang ✅ Ready (Inspect) Visit Preview Sep 19, 2022 at 3:54PM (UTC)
iShibi commented 2 years ago

@ykdojo Tiny favour, can you reopen this PR once #164 gets merged? There are a few changes here that might create some huge conflicts in the said PR. I am also going to implement global state management today which will save us from passing session as props everywhere. It will be a lot easier to add changes once these two PRs are merged.

subhoghoshX commented 2 years ago

Just a little side note: @iShibi if you're going to implement global state management. Please, make sure to open an issue or discussion to brainstorm which state management libraries we should use.

ykdojo commented 1 year ago

Coming back to this, I'll merge it soon assuming there's no conflict or any other comment.