Sentry or Axiom? or both?
pages/api
endpoint, and if any frontend page breaks; how can I achieve this in the best way?...I'm struggling with a large HTML file issue in my Next.js project.
Enabling small edits to webpage by non-technical clients, similar to WordPress
Generating pdfs - what are you using?
Guidance on Client Refresh after Server Action
getBoxQuads-API - Transform a 3d point into 2D
NextAuth session injection
App Router
). I am working on an application, it should support 2 types of authentications.
The first one is OAuth with NextAuth, the second is a sophisticated third-party script ID provider, let's call it ScriptAuth
. The app requires user to be logged in, so all the pages are unaccessible, until user is logged it.
While OAuth is simple, ScriptAuth works like that:...Approaches to build a public readonly application
eslint-plugin errors at build
Cost Efficient XL Generation for Large Products
remotion media not seekable
Pocketbase vs Supabase
Caching does not work with trpc in Next, what would you do?
trpc server actions: experimental_nextAppDirCaller
Imports and exports not working turborepo
Next.js Slow Page Load in Dev upto 2 mins
Serverless function runs right after edge middleware is invoked, overriding built-time data
Noob can't get getStaticProps() to work – props in my Page are always undefined
undefined
, in both dev
and after a build
. If anyone can tell me how I'm being a dumbass here, I'd appreciate it massively ❤️
Slightly trimmed gist of my gallery.tsx
: https://gist.github.com/SenshiSentou/9173319ec8da82af805a83b470019e5e...Whats the point of this ternary operator in the nextjs homepage of Create T3 App?
{hello ? hello.greeting : "Loading tRPC query..."}
{hello ? hello.greeting : "Loading tRPC query..."}
export default async function Home() {
const hello = await api.post.hello({ text: "from tRPC" });
export default async function Home() {
const hello = await api.post.hello({ text: "from tRPC" });